@coveo/headless
    Preparing search index...

    Interface CaseContextActionCreators

    The case context action creators.

    See Dispatch actions.

    interface CaseContextActionCreators {
        setCaseContext(
            payload: Record<string, string>,
        ): { payload: P; type: string };
        setCaseId(payload: string): { payload: string; type: string };
        setCaseNumber(payload: string): { payload: string; type: string };
    }
    Index

    Methods