InterceptDefinition

constructor(guard: NavigationGuard, loadingThreshold: Duration = 200.milliseconds)(source)

Parameters

guard

Guard evaluated before navigation is committed; returns a GuardResult decision

loadingThreshold

How long to wait before showing the global loading modal (default 200ms)