Skip to content

Interface: ConnectRouterOptions

API / @xmachines/play-dom-router / ConnectRouterOptions

Defined in: play-dom-router/src/connect-router.ts:19

Options for connectRouter.

Properties

PropertyModifierTypeDescriptionDefined in
actorreadonlyRoutableActorThe actor to synchronize with the browser URL. Must implement Routable.play-dom-router/src/connect-router.ts:21
routeMapreadonlyRouteLookupContractRoute lookup used to match URL pathnames to machine state IDs.play-dom-router/src/connect-router.ts:25
routerreadonlyVanillaRouterThe vanilla router created by createRouter.play-dom-router/src/connect-router.ts:23