Skip to content

unmountAll

unmountAll(): void

Defined in: aberdeen.ts:3215

Removes all Aberdeen-managed DOM nodes and stops all active reactive scopes (created by mount, derive, A with functions, etc.).

This effectively cleans up the entire Aberdeen application state. Aside from in automated tests, there should probably be little reason to call this function.

void