interface Suggestion {
    highlightedValue: string;
    rawValue: string;
}

Properties

highlightedValue: string

The suggestion after applying any highlightOptions.

rawValue: string

The suggestion text.