@coveo/headless
    Preparing search index...

    Interface InteractiveResult

    The InteractiveResult 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.

    Example: result-link.tsx

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

    Hierarchy (View Summary)

    Index

    Methods