Skip to content

Interface: RouteObject

API / @xmachines/play-router / RouteObject

Defined in: types.ts:45

A route object, with more metadata.

Indexable

[key: string]: unknown

The additional metadata of the route: a title, a breadcrumb, and so on

Properties

PropertyTypeDescriptionDefined in
pathstringThe template of the route path, for example ‘/user/:id’types.ts:47