Skip to main content

internal_.NavigationGuardHookWithContext

runtime / <internal> / NavigationGuardHookWithContext

Interface: NavigationGuardHookWithContext<R>

internal.NavigationGuardHookWithContext

Type parameters

NameType
Rextends IRouteRecord = any

Callable

NavigationGuardHookWithContext(to, from, next, context): void

Parameters

NameType
toIRoute<R>
fromIRoute<R>
next(nextObject?: string | false | Error | { path?: string ; replace?: boolean }) => void
contextNavigationHookContext

Returns

void