Skip to content

toolmark-monorepo / @toolmark/inertia / PropsToolsOptions

Interface: PropsToolsOptions ​

Defined in: packages/inertia/src/props-tools.ts:64

Options for propsTools.

Properties ​

router ​

router: Pick<RouterLike, "visit">

Defined in: packages/inertia/src/props-tools.ts:66

The router whose visit executes the tools.


signal? ​

optional signal?: AbortSignal

Defined in: packages/inertia/src/props-tools.ts:71

Aborting it cancels every in-flight visit started by these tools and resolves their calls as cancelled signal (used by inertiaPages' disposer).