Rxova
Skip to content

Type Alias: LinearJourneyMachine<TContext, TStepId, TPlugins>

@rxova/journey-react


@rxova/journey-react / LinearJourneyMachine

type LinearJourneyMachine<TContext, TStepId, TPlugins> = CoreLinearJourneyMachine<TContext, TStepId, unknown, TPlugins>;

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

A linear journey’s underlying core machine, verbatim. Step metadata is unknown in this tier (the definition accepts any metadata value; narrow it where you read it).

Type ParameterDefault type
TContextunknown
TStepId extends stringstring
TPlugins extends readonly AnyJourneyPlugin[]readonly []