ixfx
Preparing search index...
@ixfx/flow
StateMachine
StateTargetStrict
Type Alias StateTargetStrict<V>
type
StateTargetStrict
<
V
extends
Transitions
>
=
{
preconditions
?:
readonly
TransitionCondition
<
V
>
[]
;
state
:
StateNames
<
V
>
|
null
;
}
Type Parameters
V
extends
Transitions
Index
Properties
preconditions?
state
Properties
Optional
Readonly
preconditions
preconditions
?:
readonly
TransitionCondition
<
V
>
[]
Readonly
state
state
:
StateNames
<
V
>
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
preconditions
state
ixfx
Loading...