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

    Interface ApiParamsActionBlock

    interface ApiParamsActionBlock {
        action?: ApiParamsAction;
        actionrestrictions?: ApiActionRestrictions | ApiActionRestrictions[];
        allowusertalk?: boolean;
        anononly?: boolean;
        ascii?: boolean;
        assert?: "user" | "bot" | "anon";
        assertuser?: string;
        autoblock?: boolean;
        callback?: string;
        centralauthtoken?: string;
        curtimestamp?: boolean;
        errorformat?: "none" | "bc" | "html" | "plaintext" | "raw" | "wikitext";
        errorlang?: string;
        errorsuselocal?: boolean;
        expiry?: string;
        format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none";
        formatversion?: "1" | "2" | "latest";
        hidename?: boolean;
        id?: number;
        maxage?: number;
        maxlag?: number;
        namespacerestrictions?: number | number[];
        newblock?: boolean;
        nocreate?: boolean;
        noemail?: boolean;
        origin?: string;
        pagerestrictions?: string | string[];
        partial?: boolean;
        reason?: string;
        reblock?: boolean;
        requestid?: string;
        responselanginfo?: boolean;
        servedby?: boolean;
        smaxage?: number;
        tags?: string | string[];
        token?: string;
        uselang?: string;
        user?: string;
        userid?: number;
        utf8?: boolean;
        watchlistexpiry?: string;
        watchuser?: boolean;
        [param: string]:
            | undefined
            | string
            | number
            | boolean
            | (string | number)[]
            | Date;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    allowusertalk?: boolean
    anononly?: boolean
    ascii?: boolean
    assert?: "user" | "bot" | "anon"
    assertuser?: string
    autoblock?: boolean
    callback?: string
    centralauthtoken?: string
    curtimestamp?: boolean
    errorformat?: "none" | "bc" | "html" | "plaintext" | "raw" | "wikitext"
    errorlang?: string
    errorsuselocal?: boolean
    expiry?: string
    format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none"
    formatversion?: "1" | "2" | "latest"
    hidename?: boolean
    id?: number
    maxage?: number
    maxlag?: number
    namespacerestrictions?: number | number[]
    newblock?: boolean
    nocreate?: boolean
    noemail?: boolean
    origin?: string
    pagerestrictions?: string | string[]
    partial?: boolean
    reason?: string
    reblock?: boolean
    requestid?: string
    responselanginfo?: boolean
    servedby?: boolean
    smaxage?: number
    tags?: string | string[]
    token?: string
    uselang?: string
    user?: string
    userid?: number
    utf8?: boolean
    watchlistexpiry?: string
    watchuser?: boolean