Type Alias: StepEnterDirection
@rxova/journey-react / StepEnterDirection
type StepEnterDirection = NavigationDirection | "jump";Defined in: core/src/core/types.ts:404
How a step was entered, by intent rather than index math: only
goToNextStep/goToPreviousStep report "forward"/"backward"; the
initial entry, absolute verbs (goToStepById, goToStepByIndex,
goToLastVisitedStep), and graph send report "jump".