ixfx
Preparing search index...
@ixfx/flow
StateMachine
DriverRunner
Type Alias DriverRunner<V>
type
DriverRunner
<
V
extends
Transitions
>
=
{
getValue
:
()
=>
StateNames
<
V
>
;
reset
:
()
=>
void
;
run
:
()
=>
Promise
<
MachineState
<
V
>
|
undefined
>
;
to
:
(
state
:
StateNames
<
V
>
)
=>
MachineState
<
V
>
;
}
Type Parameters
V
extends
Transitions
Index
Properties
get
Value
reset
run
to
Properties
Readonly
get
Value
getValue
:
()
=>
StateNames
<
V
>
Readonly
reset
reset
:
()
=>
void
Readonly
run
run
:
()
=>
Promise
<
MachineState
<
V
>
|
undefined
>
Readonly
to
to
:
(
state
:
StateNames
<
V
>
)
=>
MachineState
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Value
reset
run
to
ixfx
Loading...