Skip to content

MachineImplementationsSimplified <TContext, TEvent, TActor, TAction, TGuard>

Index

Properties

actions

actions: ActionFunctionMap<TContext, TEvent, TActor, TAction, ParameterizedObject, string>

actors

actors: Record<string, AnyActorLogic | { input: NonReducibleUnknown | Mapper<TContext, TEvent, unknown, TEvent>; src: AnyActorLogic }>

delays

delays: DelayFunctionMap<TContext, TEvent, TAction>

guards

guards: GuardMap<TContext, TEvent, TGuard>