Skip to content

Interface: ResolvedRoutePath

API / @xmachines/play-router / ResolvedRoutePath

Defined in: validate-routes.ts:9

A route entry with its RESOLVED complete path, which is the path after the tree construction put the path of the parent before each relative route.

RouteNode satisfies this shape structurally.

Properties

PropertyTypeDescriptionDefined in
fullPathstringThe resolved absolute route path, for example "/dashboard/settings".validate-routes.ts:13
stateIdstringThe identifier of the state that owns the route, for example "app.dashboard.settings".validate-routes.ts:11