@coveo/headless
    Preparing search index...

    Interface AttachedResultsActionCreators

    The attached results action creators.

    See Dispatch actions.

    interface AttachedResultsActionCreators {
        setAttachedResults(
            payload: SetAttachedResultsActionCreatorPayload,
        ): { payload: SetAttachedResultsActionCreatorPayload; type: string };
    }
    Index

    Methods