Interface ContextActionCreators
Methods
addContext
A dispatchable action.
removeContext
removeContext(key: string): { payload: string; type: string } Returns { payload: string; type: string }
A dispatchable action.
setContext
Returns { payload: ContextPayload; type: string }
A dispatchable action.
The context action creators.