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
| Property | Type | Description | Defined in |
|---|---|---|---|
fullPath | string | The resolved absolute route path, for example "/dashboard/settings". | validate-routes.ts:13 |
stateId | string | The identifier of the state that owns the route, for example "app.dashboard.settings". | validate-routes.ts:11 |