@coveo/headless
    Preparing search index...

    Interface InteractiveInstantResult

    The InteractiveInstantResult controller provides an interface for triggering desirable side effects, such as logging UA events to the Coveo Platform, when a user selects a query result.

    interface InteractiveInstantResult {
        beginDelayedSelect(): void;
        cancelPendingSelect(): void;
        select(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods