Interface: RouteMapping
Documentation / @xmachines/play-solid-router / RouteMapping
Defined in: packages/play-solid-router/src/types.ts:8
Mapping between state ID and URL path for SolidJS Router
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
path | readonly | string | SolidJS Router path pattern Example '/', '/profile/:userId', '/settings/:section?' | packages/play-solid-router/src/types.ts:19 |
stateId | readonly | string | XMachines state ID with # prefix Example '#home', '#profile' | packages/play-solid-router/src/types.ts:13 |