@coveo/headless
    Preparing search index...

    Interface SelectQuerySuggestionActionCreatorPayload

    interface SelectQuerySuggestionActionCreatorPayload {
        expression: string;
        id: string;
    }
    Index

    Properties

    Properties

    expression: string

    The selected query suggestion (e.g., coveo).

    id: string

    The unique identifier of the target query suggest entity (e.g., b953ab2e-022b-4de4-903f-68b2c0682942). Usually, this will be the ID of the search box controller that requests the query suggestions.