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 | The history instance | play-dom-router/src/create-router.ts:8 |
routeTree | readonly | RouteTree | The route tree, as a reference to the structure | play-dom-router/src/create-router.ts:13 |
Methods
destroy()
destroy(): void;Defined in: play-dom-router/src/create-router.ts:18
Cleans up
Returns
void