Skip to content

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

PropertyModifierTypeDescriptionDefined in
pathreadonlystringSolidJS Router path pattern Example '/', '/profile/:userId', '/settings/:section?'packages/play-solid-router/src/types.ts:19
stateIdreadonlystringXMachines state ID with # prefix Example '#home', '#profile'packages/play-solid-router/src/types.ts:13