THIS IS ARCHIVED DOCUMENTATION
CaseContextActions (Deprecated)
CaseContextActions (Deprecated)
In this article
In this article
The case context action creators.
See Dispatch Actions.
Loader Function
loadCaseContextActions
Loads the case context
reducer and returns possible action creators.
Parameters
-
engine:
CoreEngine
The headless engine.
Returns CaseContextActionCreators
: The case context action creators.
CaseContextActionCreators
setCaseContext
Sets the case context.
Parameters
-
payload:
Record<string, string>
The action creator payload.
Returns PayloadAction<Record<string, string>>
: A dispatchable action.