interface SuggestionHighlightingOptions {
    correctionDelimiters?: Delimiters;
    exactMatchDelimiters?: Delimiters;
    notMatchDelimiters?: Delimiters;
}

Properties

correctionDelimiters?: Delimiters

Delimiters for substrings that are correction of the input

exactMatchDelimiters?: Delimiters

Delimiters for substrings that are exact match of the input

notMatchDelimiters?: Delimiters

Delimiters for substrings that do not match the input