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