Skip to content

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

PropertyModifierTypeDescriptionDefined in
pattern?readonlystringOptional URL pattern for debuggingplay-vue-router/src/types.ts:16
routeNamereadonlystringVue Router route nameplay-vue-router/src/types.ts:14
stateIdreadonlystringXMachines state ID (e.g., ‘#home’, ‘#profile’)play-vue-router/src/types.ts:12