Interface: ConnectRouterOptions
API / @xmachines/play-dom-router / ConnectRouterOptions
Defined in: play-dom-router/src/connect-router.ts:23
The options of connectRouter.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
actor | readonly | RoutableActor | The actor to keep in step with the browser URL. It must implement Routable. | play-dom-router/src/connect-router.ts:25 |
routeMap | readonly | RouteLookupContract | The route lookup that matches a URL pathname to a machine state ID. | play-dom-router/src/connect-router.ts:29 |
router | readonly | VanillaRouter | The vanilla router from createRouter. | play-dom-router/src/connect-router.ts:27 |