@coveo/headless
    Preparing search index...

    Interface CaseAssistInteractiveResult

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

    For example implementations, see the following Coveo Quantic Case Assist components:

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

    Hierarchy (View Summary)

    Index

    Methods