@Cards-TS
Preparing search index...
@cards-ts/state-machine
NestedMachine
Type Alias NestedMachine<T>
type
NestedMachine
<
T
>
=
{
start
:
string
;
states
:
{
[
state
:
string
]:
|
{
run
?:
MachineLike
<
T
>
}
|
{
run
?:
MachineLike
<
T
>
}
&
TransitionOptions
<
T
,
string
>
;
}
;
}
Type Parameters
T
Index
Properties
start
states
Properties
start
start
:
string
states
states
:
{
[
state
:
string
]:
|
{
run
?:
MachineLike
<
T
>
}
|
{
run
?:
MachineLike
<
T
>
}
&
TransitionOptions
<
T
,
string
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
start
states
@Cards-TS
Loading...