Skip to content

Interface: ConnectRouterOptions

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

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

The options of connectRouter.

Properties

PropertyModifierTypeDescriptionDefined in
actorreadonlyRoutableActorThe actor to keep in step with the browser URL. It must implement Routable.play-dom-router/src/connect-router.ts:25
routeMapreadonlyRouteLookupContractThe route lookup that matches a URL pathname to a machine state ID.play-dom-router/src/connect-router.ts:29
routerreadonlyVanillaRouterThe vanilla router from createRouter.play-dom-router/src/connect-router.ts:27