Rxova
Skip to content

Type Alias: LinearJourneySnapshot<TContext, TStepId>

@rxova/journey-react


@rxova/journey-react / LinearJourneySnapshot

type LinearJourneySnapshot<TContext, TStepId> = LinearSnapshot<TContext, TStepId, unknown>;

Defined in: react/src/react.types.ts:247

A linear journey’s core snapshot, verbatim — the exact type machine.getSnapshot() returns. currentStep is null while the machine is idle (autoStart: false before controls.start()), exactly as in the graph tier.

Type ParameterDefault type
TContextunknown
TStepId extends stringstring