Container.addChild method
Container › addChild
Unofficial
Adds one or more children to the container.Signature:
addChild(children?: U): U[0]Parameters:
| Parameter | Type | Description |
|---|---|---|
| children? | U | Children to add. |
Returns: U[0] — The first child added.
Container › addChild
Unofficial
Adds one or more children to the container.Signature:
addChild(children?: U): U[0]Parameters:
| Parameter | Type | Description |
|---|---|---|
| children? | U | Children to add. |
Returns: U[0] — The first child added.