Skip to content

Types: PropsCallbackContext<TOptions>

ts
type PropsCallbackContext<TOptions> = object;

Context provided to props callback functions

Type Parameters

Type ParameterDefault type
TOptions extends CreateRouteOptionsCreateRouteOptions

Properties

PropertyType
parentPropsCallbackParent<TOptions["parent"]>
pushRouterPush<RouteContextToRoute<ExtractRouteContext<TOptions>>>
rejectRouterReject<RouteContextToRejection<ExtractRouteContext<TOptions>>>
replaceRouterReplace<RouteContextToRoute<ExtractRouteContext<TOptions>>>