Rxova
Skip to content

Type Alias: ReactLinearStepConfig<TContext, TStepId, TMeta>

@rxova/journey-react


@rxova/journey-react / ReactLinearStepConfig

type ReactLinearStepConfig<TContext, TStepId, TMeta> = Omit<LinearStepConfig<TContext, TStepId, TMeta>, "onEnter" | "onLeave"> & NoStepLifecycle;

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

Core’s linear step config without the lifecycle hooks.

Type ParameterDefault type
TContextunknown
TStepId extends stringstring
TMetaRecord<string, unknown>