Skip to content

Documentación de la API / NavigationGuardWithThis

Interface: NavigationGuardWithThis<T>

Navigation Guard with a type parameter for this.

See

TypesConfig

Type parameters

Name
T

Callable

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

Parameters

NameType
thisT
toRouteLocationNormalizedGeneric
fromRouteLocationNormalizedLoadedGeneric
nextNavigationGuardNext

Returns

_Awaitable<NavigationGuardReturn>

Publicado bajo licencia MIT.