MachineTypes interface​
Signature:
export interface MachineTypes<TContext extends MachineContext, TEvent extends EventObject, TActor extends ProvidedActor, TAction extends ParameterizedObject, TGuard extends ParameterizedObject, TDelay extends string, TTag extends string, TInput, TOutput, TTypesMeta = TypegenDisabled>
Properties​
Property | Modifiers | Type | Description |
---|---|---|---|
actions? | TAction | (Optional) | |
actors? | TActor | (Optional) | |
context? | TContext | (Optional) | |
delays? | TDelay | (Optional) | |
events? | TEvent | (Optional) | |
guards? | TGuard | (Optional) | |
input? | TInput | (Optional) | |
output? | TOutput | (Optional) | |
tags? | TTag | (Optional) | |
typegen? | TTypesMeta | (Optional) |