ixfx
Preparing search index...
Flow
StateMachine
Runner
Type Alias Runner<V>
Runner
:
{
getValue
:
()
=>
StateNames
<
V
>
;
reset
:
()
=>
void
;
run
:
()
=>
Promise
<
MachineState
<
V
>
|
undefined
>
;
to
:
(
state
:
StateNames
<
V
>
)
=>
MachineState
<
V
>
;
}
Type Parameters
V
extends
Transitions
Type declaration
Readonly
getValue
:
()
=>
StateNames
<
V
>
Readonly
reset
:
()
=>
void
Readonly
run
:
()
=>
Promise
<
MachineState
<
V
>
|
undefined
>
Readonly
to
:
(
state
:
StateNames
<
V
>
)
=>
MachineState
<
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...