Skip to content

toolmark-monorepo / @toolmark/inertia / NavigationInput

Interface: NavigationInput ​

Defined in: packages/inertia/src/navigation.ts:11

Input of the navigation tool.

Properties ​

params? ​

optional params?: Record<string, unknown>

Defined in: packages/inertia/src/navigation.ts:19

Route parameters passed to the RouteFn. Keys __proto__, constructor and prototype (at any depth) are rejected as invalid. Parameters the route does not consume may become query-string values of the (same-origin) URL, as Wayfinder/Ziggy do.


route ​

route: string

Defined in: packages/inertia/src/navigation.ts:13

Route name (one of the configured route keys).