The type of prepared data returned by the route's prepare function
Route parameter types extracted from the URL path
Child components to render within this route
OptionalComponentOptional component to render (from ResourcePage)
Router-level context
The leaf segment of the prepared chain
Data prepared by the route's prepare function
Alias kept for migration compatibility
The prepared segment that is being rendered
The full prepared chain for the current match
Typed query object (Phase 3). Falls back to rawQuery if no schema
Raw query object (Phase 2 generic parsing)
The matched route or null if no match
Index of the current segment in the prepared chain
Options passed to a route render function.