Skip to content

API DocumentationDocs


API Documentation / NavigationGuardWithThis

Interface: NavigationGuardWithThis()<T>

Navigation Guard with a type parameter for this.

See

TypesConfig

Type Parameters

T

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

Navigation Guard with a type parameter for this.

Parameters

this: T

to: RouteLocationNormalizedGeneric

from: RouteLocationNormalizedLoadedGeneric

next: NavigationGuardNext

Returns

_Awaitable<NavigationGuardReturn>

See

TypesConfig

Released under the MIT License.