@coveo/headless
    Preparing search index...

    Interface InteractiveInstantResultOptions

    interface InteractiveInstantResultOptions {
        debounceWait?: number;
        result: Result;
        selectionDelay?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    debounceWait?: number

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

    1000

    result: Result

    The query result.

    selectionDelay?: number

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

    1000