Skip to content
Version: xstate@5.0.0

MachineImplementationsSimplified interface​

Signature:

export interface MachineImplementationsSimplified<TContext extends MachineContext, TEvent extends EventObject, TActor extends ProvidedActor = ProvidedActor, TAction extends ParameterizedObject = ParameterizedObject, TGuard extends ParameterizedObject = ParameterizedObject> 

Properties​

PropertyModifiersTypeDescription
actionsActionFunctionMap<TContext, TEvent, TActor, TAction>
actorsRecord<string, AnyActorLogic | { src: AnyActorLogic; input: Mapper<TContext, TEvent, unknown, TEvent> | NonReducibleUnknown; }>
delaysDelayFunctionMap<TContext, TEvent, TAction>
guardsGuardMap<TContext, TEvent, TGuard>