@yantrix/automata v0.0.2 • Docs
Yantrix API / @yantrix/automata / TAutomataActionContainer
Type Alias: TAutomataActionContainer<ActionType>
ts
type TAutomataActionContainer<ActionType>: object;
Container for automata action.
Type Parameters
• ActionType extends TAutomataBaseActionType
Type declaration
action
ts
action: ActionType | null;