Interface: ResolvedRoutePath
API / @xmachines/play-router / ResolvedRoutePath
Defined in: validate-routes.ts:9
A route entry with its RESOLVED full path — the path after relative routes have been prefixed with their parent’s full path during tree construction.
RouteNode satisfies this shape structurally.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
fullPath | string | Resolved absolute route path (e.g. "/dashboard/settings"). | validate-routes.ts:13 |
stateId | string | State identifier owning the route (e.g. "app.dashboard.settings"). | validate-routes.ts:11 |