ixfx
Preparing search index...
@ixfx/flow
StateMachine
StateChangeEvent
Type Alias StateChangeEvent<V>
type
StateChangeEvent
<
V
extends
Transitions
>
=
{
newState
:
StateNames
<
V
>
;
priorState
:
StateNames
<
V
>
;
}
Type Parameters
V
extends
Transitions
Index
Properties
new
State
prior
State
Properties
Readonly
new
State
newState
:
StateNames
<
V
>
Readonly
prior
State
priorState
:
StateNames
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
State
prior
State
ixfx
Loading...