Skip to content

Types: PropsCallbackContext<TParent>

ts
type PropsCallbackContext<TParent> = object;

Context provided to props callback functions

Type Parameters

Type ParameterDefault type
TParent extends Route | undefinedRoute | undefined

Properties

PropertyType
parentPropsCallbackParent<TParent>
pushCallbackContext["push"]
rejectCallbackContext["reject"]
replaceCallbackContext["replace"]