InterceptDefinition
constructor(guard: NavigationGuard, loadingThreshold: Duration = 200.milliseconds, outerGuards: List<Pair<NavigationGuard, Duration>> = emptyList())(source)
Parameters
guard
The innermost guard evaluated last in the chain; returns a GuardResult decision
loadingThreshold
How long to wait before showing the global loading modal (default 200ms)
outerGuards
Outer guards accumulated during graph construction, evaluated outermost-first