Rxova
Skip to content

Type Alias: JourneySubscriptionEvent

@rxova/journey-react


@rxova/journey-react / JourneySubscriptionEvent

type JourneySubscriptionEvent =
| "stepEnter"
| "stepLeave"
| "statusChange"
| "contextChange"
| "navigationBlocked"
| "error";

Defined in: core/src/core/types.ts:312

Subscription event names.