mwg API
    Preparing search index...

    Interface TextModelOptions

    interface TextModelOptions {
        mask?: boolean;
        maskCharacter?: string;
        maxLength?: number;
        value?: string;
    }
    Index
    mask?: boolean

    a password-style field: maskedValue replaces every character with a dot

    maskCharacter?: string

    the character maskedValue repeats; a bullet when omitted

    maxLength?: number

    the most characters the field will hold; unlimited when omitted

    value?: string