Rxova
Skip to content

Type Alias: LinearJourneyBundleOptions<TStepId, TPlugins>

@rxova/journey-react


@rxova/journey-react / LinearJourneyBundleOptions

type LinearJourneyBundleOptions<TStepId, TPlugins> = JourneyRuntimeOptions<TPlugins, TStepId>;

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

Core’s creation options, passed through verbatim and frozen per bundle.

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