Type Alias: ReactLinearStepConfig<TContext, TStepId, TMeta>
@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 Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
TContext | unknown |
TStepId extends string | string |
TMeta | Record<string, unknown> |