ixfx
Preparing search index...
@ixfx/flow
StateMachine
DriverOptions
Type Alias DriverOptions<V>
type
DriverOptions
<
V
extends
Transitions
>
=
{
debug
?:
LogOption
;
handlers
:
readonly
DriverStatesHandler
<
V
>
[]
;
shuffleHandlers
?:
boolean
;
}
Type Parameters
V
extends
Transitions
Index
Properties
debug?
handlers
shuffle
Handlers?
Properties
Optional
Readonly
debug
debug
?:
LogOption
Readonly
handlers
handlers
:
readonly
DriverStatesHandler
<
V
>
[]
Optional
Readonly
shuffle
Handlers
shuffleHandlers
?:
boolean
If
true
execution of handlers is shuffled each time
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
handlers
shuffle
Handlers
ixfx
Loading...
If true execution of handlers is shuffled each time