OptionaladapterAdapter driving route updates.
Absolute matched path used as the base for relative navigation at this route level.
Current window pathname (top-level) or inherited path (nested).
Whether this route is the top-level router.
Aggregated route params from parent and current routes.
Consumer-facing parent route pattern for this route level.
Example: app/books/:id
Internal parent route pattern used by routing utilities and matcher logic.
Example: "app"/"books"/":id"
Access values for the current
Route.parentPathis the consumer-facing route pattern for the currently matched parent route chain, expressed as plain slash-delimited segments such asapp/books/:id.parentPathInternalcarries the same logical route pattern in the JSON-serialized segment format used by the shared routing internals. Most consumers should preferparentPath.