Skip to content

Interface: VanillaRouter

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

Defined in: play-dom-router/src/create-router.ts:4

Properties

PropertyModifierTypeDescriptionDefined in
historyreadonlyBrowserHistoryThe history instanceplay-dom-router/src/create-router.ts:8
routeTreereadonlyRouteTreeThe route tree, as a reference to the structureplay-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