StateLike interface​
Signature:
export interface StateLike<TContext extends MachineContext>
Properties​
Property | Modifiers | Type | Description |
---|---|---|---|
context | TContext | ||
event | EventObject | ||
value | StateValue |
Signature:
export interface StateLike<TContext extends MachineContext>
Property | Modifiers | Type | Description |
---|---|---|---|
context | TContext | ||
event | EventObject | ||
value | StateValue |