DebugActions (Recommendation Engine)
DebugActions (Recommendation Engine)
This is for:
DeveloperIn this article
The debug action creators.
See Dispatch Actions.
Loader Function
loadDebugActions
Loads the debug
reducer and returns possible action creators.
Parameters
-
engine:
CoreEngine
The headless engine.
Returns DebugActionCreators
: The debug action creators.
DebugActionCreators
disableDebug
Disables debug information on requests.
Returns PayloadAction
: A dispatchable action.
enableDebug
Enables debug information on requests.
Returns PayloadAction
: A dispatchable action.