__GetChildren
Returns all child nodes of an Element in order, in the form of an array.
Key | Description |
---|---|
element | Any Element object. |
Returns all child nodes of the current Element as an array.
The frontend framework can retrieve all child nodes of an Element as follows.