Skip to content
Version: xstate@5.0.0

MachineImplementationsSimplified.actors property​

Signature:

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