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

    Interface ApiResponseParse

    interface ApiResponseParse {
        categories?: ApiResponseParsePropCategories[];
        categorieshtml?: string;
        displaytitle?: string;
        encodedjsconfigvars?: string | false;
        externallinks?: string[];
        headhtml?: string;
        headitems?: ApiResponseParsePropHeaditems[];
        images?: string[];
        indicators?: ApiResponseParsePropIndicators;
        iwlinks?: ApiResponseParsePropIwlinks[];
        jsconfigvars?: ApiResponseParsePropJsconfigvars;
        langlinks?: ApiResponseParsePropLanglinks[];
        limitreportdata?: ApiResponseParsePropLimitreportdata;
        limitreporthtml?: string;
        links?: ApiResponseParsePropLinks[];
        modules?: string[];
        modulescripts?: never[];
        modulestyles?: string[];
        pageid: number;
        parsedsummary?: string;
        parsetree?: string;
        parsewarnings?: string[];
        parsewarningshtml?: string[];
        properties?: ApiResponseParsePropProperties;
        psttext?: string;
        redirects?: ApiResponseRedirectTitle[];
        revid?: number;
        sections?: ApiResponseParsePropSections[];
        showtoc?: boolean;
        subtitle?: string;
        templates?: ApiResponseParsePropTemplates[];
        text?: string;
        textdeleted?: true;
        textsuppressed?: true;
        title: string;
        wikitext?: string;
    }
    Index

    Properties

    prop=categories

    categorieshtml?: string

    prop=categorieshtml

    displaytitle?: string

    prop=displaytitle

    encodedjsconfigvars?: string | false

    prop=encodedjsconfigvars

    externallinks?: string[]

    prop=externallinks

    headhtml?: string

    prop=headhtml

    prop=headitems

    images?: string[]

    prop=images

    prop=indicators

    prop=iwlinks

    prop=jsconfigvars

    prop=langlinks

    prop=limitreportdata

    limitreporthtml?: string

    prop=limitreporthtml

    prop=links

    modules?: string[]

    prop=modules

    modulescripts?: never[]
    modulestyles?: string[]
    pageid: number
    parsedsummary?: string

    summary=**, sectiontitle=**, section=new

    parsetree?: string

    prop=parsetree

    parsewarnings?: string[]

    prop=parsewarnings

    parsewarningshtml?: string[]

    prop=parsewarningshtml

    prop=properties

    psttext?: string

    redirects=true

    revid?: number

    prop=sections

    showtoc?: boolean
    subtitle?: string

    prop=subtitle

    prop=templates

    text?: string

    prop=text, onlypst=true

    textdeleted?: true
    textsuppressed?: true
    title: string
    wikitext?: string

    prop=wikitext