Skip to content

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

PropertyTypeDescriptionDefined in
fullPathstringResolved absolute route path (e.g. "/dashboard/settings").validate-routes.ts:13
stateIdstringState identifier owning the route (e.g. "app.dashboard.settings").validate-routes.ts:11