Skip to content
Version: xstate@5.0.0

TransitionActorLogic type​

Signature:

export type TransitionActorLogic<TContext, TEvent extends EventObject, TInput> = ActorLogic<TransitionSnapshot<TContext>, TEvent, TInput, AnyActorSystem>;

References: EventObject, ActorLogic, TransitionSnapshot, AnyActorSystem