Type Alias: LinearJourneyMachine<TContext, TStepId, TPlugins>
@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 Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TContext | unknown |
TStepId extends string | string |
TPlugins extends readonly AnyJourneyPlugin[] | readonly [] |