If true, defers processing of sent events until the service
is initialized (.start()). Otherwise, an error will be thrown
for events sent to an uninitialized service.
Default: true
devTools
devTools:boolean | object
If true, states and events will be logged to Redux DevTools.
Default: false
execute
execute:boolean
Whether state actions should be executed immediately upon transition. Defaults to true.
If
true
, defers processing of sent events until the service is initialized (.start()
). Otherwise, an error will be thrown for events sent to an uninitialized service.Default:
true