remove()
remove(
element):void
Defined in: js-api/ui.ts:103
Removes the [element] from the DOM, and disposes any widgets that the [element] might contain. See also [empty].
Parameters
| Parameter | Type |
|---|---|
element | HTMLElement |
Returns
void
remove(
element):void
Defined in: js-api/ui.ts:103
Removes the [element] from the DOM, and disposes any widgets that the [element] might contain. See also [empty].
| Parameter | Type |
|---|---|
element | HTMLElement |
void