rmapi-js
    Preparing search index...

    Interface CPagePage

    [speculative] information about an individual page

    interface CPagePage {
        deleted?: CPageNumberValue;
        id: string;
        idx: CPageStringValue;
        redir?: CPageNumberValue;
        scrollTime?: CPageStringValue;
        template?: CPageStringValue;
        verticalScroll?: CPageNumberValue;
    }
    Index

    Properties

    [unknown]

    id: string

    [speculative] the page id

    [unknown] values are like "aa", "ab", "ba", etc.

    [unknown]

    scrollTime?: CPageStringValue

    [unknown] the value is a timestamp

    template?: CPageStringValue

    [speculative] the template name of the page

    verticalScroll?: CPageNumberValue

    [unknown]