Interface: VanillaRouter
API / @xmachines/play-dom-router / VanillaRouter
Defined in: play-dom-router/src/create-router.ts:4
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
history | readonly | BrowserHistory | History instance | play-dom-router/src/create-router.ts:8 |
routeTree | readonly | RouteTree | Route tree (for structure reference) | play-dom-router/src/create-router.ts:13 |
Methods
destroy()
destroy(): void;Defined in: play-dom-router/src/create-router.ts:18
Cleanup
Returns
void