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

    Interface ApiParamsActionEdit

    interface ApiParamsActionEdit {
        action?: ApiParamsAction;
        appendtext?: string;
        ascii?: boolean;
        assert?: "user" | "bot" | "anon";
        assertuser?: string;
        baserevid?: number;
        basetimestamp?: string | Date;
        bot?: boolean;
        callback?: string;
        captchaid?: string;
        captchaword?: string;
        centralauthtoken?: string;
        contentformat?:
            | "application/json"
            | "application/octet-stream"
            | "application/unknown"
            | "application/x-binary"
            | "text/css"
            | "text/javascript"
            | "text/plain"
            | "text/unknown"
            | "text/x-wiki"
            | "unknown/unknown";
        contentmodel?: | "json"
        | "wikitext"
        | "text"
        | "GadgetDefinition"
        | "JsonSchema"
        | "MassMessageListContent"
        | "Scribunto"
        | "SecurePoll"
        | "css"
        | "javascript"
        | "sanitized-css"
        | "unknown";
        createonly?: boolean;
        curtimestamp?: boolean;
        errorformat?: "none"
        | "bc"
        | "html"
        | "plaintext"
        | "raw"
        | "wikitext";
        errorlang?: string;
        errorsuselocal?: boolean;
        format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none";
        formatversion?: "1" | "2" | "latest";
        maxage?: number;
        maxlag?: number;
        md5?: string;
        minor?: boolean;
        nocreate?: boolean;
        notminor?: boolean;
        origin?: string;
        pageid?: number;
        prependtext?: string;
        recreate?: boolean;
        redirect?: boolean;
        requestid?: string;
        responselanginfo?: boolean;
        returnto?: string;
        returntoanchor?: string;
        returntoquery?: string;
        section?: string | number;
        sectiontitle?: string;
        servedby?: boolean;
        smaxage?: number;
        starttimestamp?: string | Date;
        summary?: string;
        tags?: string | string[];
        text?: string;
        title?: string;
        token?: string;
        undo?: number;
        undoafter?: number;
        unwatch?: boolean;
        uselang?: string;
        utf8?: boolean;
        watch?: 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

    appendtext?: string
    ascii?: boolean
    assert?: "user" | "bot" | "anon"
    assertuser?: string
    baserevid?: number
    basetimestamp?: string | Date
    bot?: boolean
    callback?: string
    captchaid?: string
    captchaword?: string
    centralauthtoken?: string
    contentformat?:
        | "application/json"
        | "application/octet-stream"
        | "application/unknown"
        | "application/x-binary"
        | "text/css"
        | "text/javascript"
        | "text/plain"
        | "text/unknown"
        | "text/x-wiki"
        | "unknown/unknown"
    contentmodel?:
        | "json"
        | "wikitext"
        | "text"
        | "GadgetDefinition"
        | "JsonSchema"
        | "MassMessageListContent"
        | "Scribunto"
        | "SecurePoll"
        | "css"
        | "javascript"
        | "sanitized-css"
        | "unknown"
    createonly?: boolean
    curtimestamp?: boolean
    errorformat?: "none" | "bc" | "html" | "plaintext" | "raw" | "wikitext"
    errorlang?: string
    errorsuselocal?: boolean
    format?: "json" | "jsonfm" | "xml" | "xmlfm" | "php" | "none"
    formatversion?: "1" | "2" | "latest"
    maxage?: number
    maxlag?: number
    md5?: string
    minor?: boolean
    nocreate?: boolean
    notminor?: boolean
    origin?: string
    pageid?: number
    prependtext?: string
    recreate?: boolean
    redirect?: boolean
    requestid?: string
    responselanginfo?: boolean
    returnto?: string
    returntoanchor?: string
    returntoquery?: string
    section?: string | number
    sectiontitle?: string
    servedby?: boolean
    smaxage?: number
    starttimestamp?: string | Date
    summary?: string
    tags?: string | string[]
    text?: string
    title?: string
    token?: string
    undo?: number
    undoafter?: number
    unwatch?: boolean
    uselang?: string
    utf8?: boolean
    watch?: boolean
    watchlist?: "watch" | "nochange" | "preferences" | "unwatch"
    watchlistexpiry?: string