[ readonly ] children

Class: Panel. Inherited from UIComponent.

Description:

Gets an array of children components. A new array is created each time, so don't use it directly inside a "for(...){}" or "while(...){}" statement. First save it to a variable, then use it in a loop.

Type: Array.<Object>