Skip to content
Version: xstate@5.0.0

ObservableActorLogic type​

Signature:

export type ObservableActorLogic<TContext, TInput> = ActorLogic<ObservableSnapshot<TContext, TInput>, {
type: string;
[k: string]: unknown;
}, TInput, AnyActorSystem>;

References: ActorLogic, AnyActorSystem