Skip to content

Interface: RouteObject

Documentation / @xmachines/play-router / RouteObject

Defined in: types.ts:13

Route object with additional metadata.

Indexable

[key: string]: unknown

Additional route metadata (title, breadcrumb, etc.)

Properties

PropertyTypeDescriptionDefined in
pathstringRoute path template (e.g., ‘/user/:id‘)types.ts:15