vue-router / NavigationGuard
NavigationGuard()
Navigation Guard.
ts
NavigationGuard(
to,
from,
next): _Awaitable<NavigationGuardReturn>;Navigation Guard.
Parameters
to
RouteLocationNormalizedGeneric
from
RouteLocationNormalizedLoadedGeneric
next
Deprecated
Return a value from the guard instead of calling next(value). The callback will be removed in a future version of Vue Router.

