toolmark-monorepo / @toolmark/inertia / InertiaEventName
Type Alias: InertiaEventName
InertiaEventName =
"start"|"navigate"|"success"|"error"|"finish"|"httpException"|"networkError"|"invalid"|"exception"
Defined in: packages/inertia/src/router-like.ts:8
Inertia global router event names Toolmark may subscribe to. Covers both majors: Inertia 2's invalid/exception and Inertia 3's httpException/networkError; navigate fires in both after every page swap, including the initial page load.