appendAll()
appendAll(
root,elements):HTMLElement
Defined in: js-api/ui.ts:76
Appends multiple elements to root, and returns root. An element could be either HTMLElement or Viewer.
Parameters
| Parameter | Type | Description |
|---|---|---|
root | HTMLElement | - |
elements | (HTMLElement | Viewer<any>)[] | - |
Returns
HTMLElement