Skip to content

Types: AfterRouteHookContext

ts
type AfterRouteHookContext: RouteHookContext;

Context provided to route hooks, containing context of previous route and functions for triggering rejections and push/replace to another route.