@coveo/headless
    Preparing search index...

    Interface InteractiveSpotlightContentOptions

    interface InteractiveSpotlightContentOptions {
        debounceWait?: number;
        selectionDelay?: number;
        spotlightContent: SpotlightContent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    debounceWait?: number

    The number of seconds for which the debounced function should continue catching subsequent calls.

    1000

    selectionDelay?: number

    The amount of time to wait before selecting the result after calling beginDelayedSelect.

    1000

    spotlightContent: SpotlightContent

    The spotlight content to log analytics for.