child(index)
Class: ShapeContainer. Method inherited from ContainerComponent.
Description:
Returns a child component at specified index, or null if index is outside of range.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Component index (z order). |
Returns:
A child component at specified index, or null if there is no child at specified index.
Type: UIComponent | null
