Optional
dispatchingOptional
active?: booleanTurn on/off generic the dispatchAction()-related diagnostics
Optional
callstack?: booleanSet to true
to find out which line of code caused dispatchAction()
(and called reducer)
Optional
listeners?: booleanSet to true
to find out information about listeners (callbacks)
that would get called when action gets dispatched
Optional
queue?: booleanSet to true
in order to investigate how action queue is changing
Optional
nonConfigure to avoid printing to console a reducer was called for an action
The dictionary (JS-object) should be form of key: true
, where key is the action name
Optional
reducerSet to true
to display the most essential debug info:
Optional
registrationOptional
container?: { Log container registration/de-registration
Optional
callstack?: booleanSet to true
to find out which line of code caused registration/unregistration
Optional
registering?: booleanOptional
unregistering?: booleanOptional
listeners?: { Log listener registration/de-registration
Optional
callstack?: booleanSet to true
to find out which line of code caused registration/unregistration
Optional
registering?: booleanOptional
unregistering?: booleanOptional
warningsGenerated using TypeDoc
Configures the debug output (currently only Web Developer Console in supported)