Function: childrenOf()
function childrenOf(element): readonly Element[];
Defined in: utils.ts:59
Container elements (group, repeat) carry children; nothing else does.
Parameters
| Parameter | Type |
|---|---|
element | Element |
Returns
readonly Element[]
function childrenOf(element): readonly Element[];
Defined in: utils.ts:59
Container elements (group, repeat) carry children; nothing else does.
| Parameter | Type |
|---|---|
element | Element |
readonly Element[]