Trevixal API
    Preparing search index...

    Interface TriggerOptions

    interface TriggerOptions {
        allowSpaces?: boolean;
        char: string;
        startOfBlock?: boolean;
    }

    Hierarchy (View Summary)

    Index
    allowSpaces?: boolean

    Allow whitespace inside the query (multi-word item names).

    char: string

    The trigger sequence, e.g. '@', '/', ':'.

    startOfBlock?: boolean

    Only match when the trigger sits at the very start of the block.