Rxova
Skip to content

Type Alias: LinearJourneyStepHandler<TContext, TResult, TStepId>

@rxova/journey-react


@rxova/journey-react / LinearJourneyStepHandler

type LinearJourneyStepHandler<TContext, TResult, TStepId> = NavigationWork<TContext, TStepId, LinearJourneySnapshot<TContext, TStepId>, TResult>;

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

Transactional Core work registered for a step’s forward navigation.

Type ParameterDefault type
TContextunknown
TResultvoid
TStepId extends stringstring