Route params.
Data loaded by a route.
A context provided by a Router for a RouteOptions.loader.
Optional
options: RouteOptions<Params, Data, Context>Route options.
Creates a route that is rendered in the Outlet of a parent route.
A parent route.
Route params.
Data loaded by a route.
A parent route.
Optional
options: RouteOptions<Params, Data, Parent["_context"]>Route options.
A URL pathname pattern.
Optional
component: ComponentTypeA component that is rendered by a route.
Creates a route that is rendered in the Outlet of a parent route.
A parent route.
Route params.
Creates a route that is rendered in the Outlet of a Router.