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

    Interface ApiParamsActionRollback

    interface ApiParamsActionRollback {
        action?: ApiParamsAction;
        ascii?: boolean;
        assert?: "user" | "bot" | "anon";
        assertuser?: string;
        callback?: string;
        centralauthtoken?: string;
        curtimestamp?: boolean;
        errorformat?: "none" | "bc" | "html" | "plaintext" | "raw" | "wikitext";
        errorlang?: string;
        errorsuselocal?: boolean;
        format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none";
        formatversion?: "1" | "2" | "latest";
        markbot?: boolean;
        maxage?: number;
        maxlag?: number;
        origin?: string;
        pageid?: number;
        requestid?: string;
        responselanginfo?: boolean;
        servedby?: boolean;
        smaxage?: number;
        summary?: string;
        tags?: string | string[];
        title?: string;
        token?: string;
        uselang?: string;
        user: string;
        utf8?: boolean;
        watchlist?: "watch" | "nochange" | "preferences" | "unwatch";
        watchlistexpiry?: string;
        [param: string]:
            | undefined
            | string
            | number
            | boolean
            | (string | number)[]
            | Date;
    }

    Hierarchy (View Summary)

    Indexable

    • [param: string]: undefined | string | number | boolean | (string | number)[] | Date
    Index

    Properties

    ascii?: boolean
    assert?: "user" | "bot" | "anon"
    assertuser?: string
    callback?: string
    centralauthtoken?: string
    curtimestamp?: boolean
    errorformat?: "none" | "bc" | "html" | "plaintext" | "raw" | "wikitext"
    errorlang?: string
    errorsuselocal?: boolean
    format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none"
    formatversion?: "1" | "2" | "latest"
    markbot?: boolean
    maxage?: number
    maxlag?: number
    origin?: string
    pageid?: number
    requestid?: string
    responselanginfo?: boolean
    servedby?: boolean
    smaxage?: number
    summary?: string
    tags?: string | string[]
    title?: string
    token?: string
    uselang?: string
    user: string
    utf8?: boolean
    watchlist?: "watch" | "nochange" | "preferences" | "unwatch"
    watchlistexpiry?: string