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

    Interface ApiParamsActionMove

    interface ApiParamsActionMove {
        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";
        from?: string;
        fromid?: number;
        ignorewarnings?: boolean;
        maxage?: number;
        maxlag?: number;
        movesubpages?: boolean;
        movetalk?: boolean;
        noredirect?: boolean;
        origin?: string;
        reason?: string;
        requestid?: string;
        responselanginfo?: boolean;
        servedby?: boolean;
        smaxage?: number;
        tags?: string | string[];
        to: string;
        token?: string;
        uselang?: 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"
    from?: string
    fromid?: number
    ignorewarnings?: boolean
    maxage?: number
    maxlag?: number
    movesubpages?: boolean
    movetalk?: boolean
    noredirect?: boolean
    origin?: string
    reason?: string
    requestid?: string
    responselanginfo?: boolean
    servedby?: boolean
    smaxage?: number
    tags?: string | string[]
    to: string
    token?: string
    uselang?: string
    utf8?: boolean
    watchlist?: "watch" | "nochange" | "preferences" | "unwatch"
    watchlistexpiry?: string