Skip to content

Complete guide to

Mastering Pinia

written by its creator

The translation is synced to the docs on of which the commit hash is 11ce213.

API Documentation / NavigationGuard

Interface: NavigationGuard

Navigation guard. See Navigation Guards.

Callable

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

Parameters

NameType
toRouteLocationNormalized
fromRouteLocationNormalized
nextNavigationGuardNext

Returns

NavigationGuardReturn | Promise<NavigationGuardReturn>

Released under the MIT License.