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