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

    Interface ApiResponseParaminfoModules

    interface ApiResponseParaminfoModules {
        classname: string;
        deprecated?: true;
        description?: string | ApiResponseParaminfoModulesDescription[];
        dynamicparameters:
            | string
            | boolean
            | ApiResponseParaminfoModulesDescription[];
        examples?: ApiResponseParaminfoModulesExamples[];
        group?: string;
        helpurls: string[];
        internal?: true;
        licenselink?: string;
        licensetag?: string;
        mustbeposted?: true;
        name: string;
        parameters: {
            default?: string;
            description?: string
            | ApiResponseParaminfoModulesDescription[];
            highlimit?: number;
            index: number;
            limit?: number;
            lowlimit?: number;
            multi: boolean;
            name: string;
            required: boolean;
            sensitive?: boolean;
            tokentype?: string;
            type: string | string[];
        }[];
        path: string;
        prefix: string;
        readrights?: true;
        source?: string;
        sourcename?: string;
        templatedparameters: unknown[];
        writerights?: true;
    }

    Hierarchy (View Summary)

    Index

    Properties

    classname: string
    deprecated?: true
    dynamicparameters: string | boolean | ApiResponseParaminfoModulesDescription[]
    group?: string
    helpurls: string[]
    internal?: true
    licenselink?: string
    licensetag?: string
    mustbeposted?: true
    name: string
    parameters: {
        default?: string;
        description?: string | ApiResponseParaminfoModulesDescription[];
        highlimit?: number;
        index: number;
        limit?: number;
        lowlimit?: number;
        multi: boolean;
        name: string;
        required: boolean;
        sensitive?: boolean;
        tokentype?: string;
        type: string | string[];
    }[]
    path: string
    prefix: string
    readrights?: true
    source?: string
    sourcename?: string
    templatedparameters: unknown[]
    writerights?: true