lit-ui-router / TransitionEventType
Type Alias: TransitionEventType
ts
type TransitionEventType = "onBefore" | "onStart" | "onSuccess" | "onError";Defined in: packages/lit-ui-router/src/transition-controller.ts:27
Transition lifecycle events that a TransitionController can observe.
Each value corresponds to a TransitionService hook registry method of the same name.