Skip to content
Version: xstate@5.0.0

TransitionSnapshot type​

Signature:

export type TransitionSnapshot<TContext> = Snapshot<undefined> & {
context: TContext;
};

References: Snapshot