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

    Interface ParsedFileWikilinkOutputConfig

    interface ParsedFileWikilinkOutputConfig {
        rawTitle?: boolean;
        sortPredicate?: (param1: string, param2: string) => number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rawTitle?: boolean

    Whether to preserve redundant characters surrounding the title, as found in rawTitle.

    This option is ignored if such characters interrupt the title itself (e.g., 'F<!---->oo').

    sortPredicate?: (param1: string, param2: string) => number

    Callback function to Array.prototype.sort, called on a deep copy of FileWikilink.params (i.e., the original array is not mutated).