appendAll()
appendAll(root, elements): HTMLElement
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
Source
ui.ts:70