Interface: RouteObject
Documentation / @xmachines/play-router / RouteObject
Defined in: types.ts:13
Route object with additional metadata.
Indexable
[key: string]: unknownAdditional route metadata (title, breadcrumb, etc.)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
path | string | Route path template (e.g., ‘/user/:id‘) | types.ts:15 |