Interface: RouteMapping
Documentation / @xmachines/play-vue-router / RouteMapping
Defined in: play-vue-router/src/types.ts:10
Mapping configuration between XMachines state IDs and Vue Router route names
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
pattern? | readonly | string | Optional URL pattern for debugging | play-vue-router/src/types.ts:16 |
routeName | readonly | string | Vue Router route name | play-vue-router/src/types.ts:14 |
stateId | readonly | string | XMachines state ID (e.g., ‘#home’, ‘#profile’) | play-vue-router/src/types.ts:12 |