API Documentation / NavigationGuardWithThis
Interface: NavigationGuardWithThis<T>
Navigation Guard with a type parameter for this
.
See
Type parameters
Name |
---|
T |
Callable
NavigationGuardWithThis
▸ NavigationGuardWithThis(this
, to
, from
, next
): _Awaitable
<NavigationGuardReturn
>
Parameters
Name | Type |
---|---|
this | T |
to | RouteLocationNormalizedGeneric |
from | RouteLocationNormalizedLoadedGeneric |
next | NavigationGuardNext |