Interface: RouteObject
API / @xmachines/play-router / RouteObject
Defined in: types.ts:45
A route object, with more metadata.
Indexable
[key: string]: unknownThe additional metadata of the route: a title, a breadcrumb, and so on
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
path | string | The template of the route path, for example ‘/user/:id’ | types.ts:47 |