Optional
Readonly
console?: ConsoleInterfaceInterface for a console object.
Optional
Readonly
effects?: { The actions to perform when the state is entered.
Optional
Readonly
guards?: { The guards to check before the transition.
Optional
Readonly
verbose?: VerboseThe verbose level to log messages.
0
or false
: No logs.1
: Error messages only.2
or true
: All messages.
The typeof signature for state machine configuration.