@coveo/headless
    Preparing search index...

    Interface UpdateAnalyticsToOmniboxFromLinkActionCreatorPayload

    interface UpdateAnalyticsToOmniboxFromLinkActionCreatorPayload {
        id: string;
        metadata: OmniboxSuggestionsMetadata;
    }
    Index

    Properties

    Properties

    id: string

    The standalone search box id.

    metadata: OmniboxSuggestionsMetadata

    The metadata of the suggestion selected from the standalone search box.