mwbot-ts - v1.2.7
    Preparing search index...

    Interface ApiResponseQueryPagesPropInfo

    interface ApiResponseQueryPagesPropInfo {
        associatedpage?: string;
        canonicalurl?: string;
        contentmodel?: string;
        displaytitle?: string;
        editintro?: { [key: string]: string };
        editurl?: string;
        fullurl?: string;
        lastrevid?: number;
        length?: number;
        linkclasses?: string[];
        new?: true;
        notificationtimestamp?: string;
        pagelanguage?: string;
        pagelanguagedir?: string;
        pagelanguagehtmlcode?: string;
        preload?: null | string;
        preloadcontent?: {
            content: string;
            contentformat: string;
            contentmodel: string;
        };
        preloadisdefault?: boolean;
        protection?: ApiResponseQueryPagesPropInfoProtection[];
        readable?: boolean;
        redirect?: true;
        restrictiontypes?: string[];
        subjectid?: number;
        talkid?: number;
        touched?: string;
        varianttitles?: { [lang: string]: string };
        visitingwatchers?: number;
        watched?: boolean;
        watchers?: number;
        watchlistexpiry?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    associatedpage?: string
    canonicalurl?: string
    contentmodel?: string
    displaytitle?: string
    editintro?: { [key: string]: string }
    editurl?: string
    fullurl?: string
    lastrevid?: number
    length?: number
    linkclasses?: string[]
    new?: true
    notificationtimestamp?: string
    pagelanguage?: string
    pagelanguagedir?: string
    pagelanguagehtmlcode?: string
    preload?: null | string

    Use preloadcontent instead, which supports other kinds of preloaded text too.

    preloadcontent?: {
        content: string;
        contentformat: string;
        contentmodel: string;
    }
    preloadisdefault?: boolean
    readable?: boolean

    Use intestactions=read instead.

    redirect?: true
    restrictiontypes?: string[]
    subjectid?: number
    talkid?: number
    touched?: string
    varianttitles?: { [lang: string]: string }
    visitingwatchers?: number
    watched?: boolean
    watchers?: number
    watchlistexpiry?: string