Interface: ConnectRouterOptions
API / @xmachines/play-dom-router / ConnectRouterOptions
Defined in: play-dom-router/src/connect-router.ts:19
Options for connectRouter.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
actor | readonly | RoutableActor | The actor to synchronize with the browser URL. Must implement Routable. | play-dom-router/src/connect-router.ts:21 |
routeMap | readonly | RouteLookupContract | Route lookup used to match URL pathnames to machine state IDs. | play-dom-router/src/connect-router.ts:25 |
router | readonly | VanillaRouter | The vanilla router created by createRouter. | play-dom-router/src/connect-router.ts:23 |