@coveo/headless
    Preparing search index...

    Interface Suggestion

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

    Properties

    highlightedValue: string

    The suggestion after applying any highlightOptions.

    rawValue: string

    The suggestion text.