Browse documentation

unmount

Ends the mounted application lifecycle.

Table of contents

Category

Value

Import

js
import { unmount } from "valyrian.js";

Public signature

ts
(): string

Parameters

It does not accept parameters.

Result

ts
string

Observable effects

Removes the mounted root and runs registered removal and cleanup callbacks.