@coveo/headless
    Preparing search index...

    Interface InteractiveCitation

    The InteractiveCitation controller provides an interface for triggering desirable side effects, such as logging UA events to the Coveo Platform, when a user selects a generated answer citation.

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

    Hierarchy (View Summary)

    Index

    Methods