Skip to content

API Documentation / NavigationHookAfter

Interface: NavigationHookAfter

Navigation hook triggered after a navigation is settled.

Callable

NavigationHookAfter(to, from, failure?): unknown

Parameters

NameType
toRouteLocationNormalizedGeneric
fromRouteLocationNormalizedLoadedGeneric
failure?void | NavigationFailure

Returns

unknown

Released under the MIT License.