children property

HTMLCollection get children

The read-only children property returns a live HTMLCollection which contains all of the child Element of the document fragment upon which it was called.

Implementation

external HTMLCollection get children;