Skip to content

API DocumentationDocs


API Documentation / NavigationHookAfter

Interface: NavigationHookAfter()

Navigation hook triggered after a navigation is settled.

NavigationHookAfter(to, from, failure?): unknown

Navigation hook triggered after a navigation is settled.

Parameters

to: RouteLocationNormalizedGeneric

from: RouteLocationNormalizedLoadedGeneric

failure?: void | NavigationFailure

Returns

unknown

Released under the MIT License.