Skip to content

API Documentation / NavigationHookAfter

Interface: NavigationHookAfter

Callable

NavigationHookAfter(to, from, failure?): any

Parameters

NameType
toRouteLocationNormalized
fromRouteLocationNormalized
failure?void | NavigationFailure

Returns

any

Released under the MIT License.