ecspresso
Preparing search index...
plugins/state-machine
StateMachineComponentTypes
Interface StateMachineComponentTypes<S>
Component types provided by the state machine plugin.
interface
StateMachineComponentTypes
<
S
extends
string
=
string
>
{
stateMachine
:
StateMachine
<
S
>
;
}
Type Parameters
S
extends
string
=
string
Union of state name strings (default: string)
Index
Properties
state
Machine
Properties
state
Machine
stateMachine
:
StateMachine
<
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
Machine
ecspresso
Loading...
Component types provided by the state machine plugin.