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

    Interface ModificationMapPrivate

    A mapping of a type key to its object type, used in Wikitext.modify.

    interface ModificationMap {
        parameters: Parameter;
        sections: Section;
        tags: Tag;
        templates: DoubleBracedClasses;
        wikilinks: DoubleBracketedClasses;
    }
    Index

    Properties

    parameters: Parameter
    sections: Section
    tags: Tag