Skip to content
On this page

API Documentation / NavigationGuardWithThis

Interface: NavigationGuardWithThis<T>

Type parameters

Name
T

Callable

NavigationGuardWithThis

NavigationGuardWithThis(this, to, from, next): NavigationGuardReturn | Promise<NavigationGuardReturn>

Navigation guard. See Navigation Guards.

Parameters

NameType
thisT
toRouteLocationNormalized
fromRouteLocationNormalized
nextNavigationGuardNext

Returns

NavigationGuardReturn | Promise<NavigationGuardReturn>

Lançado sob a licença MIT.