@coveo/headless
    Preparing search index...

    Interface AttachedResultsAnalyticsActionCreators

    The attached results action creators.

    See Dispatch actions.

    interface AttachedResultsAnalyticsActionCreators {
        logCaseAttach(result: Result): InsightAction;
        logCaseDetach(result: Result): InsightAction;
    }
    Index

    Methods