Skip to content

Container.addChildAt method

Container › addChildAt

Unofficial

Adds a child at a specific index.

Signature:

addChildAt(child: U, index: number): U

Parameters:

Parameter Type Description
child U Child to add.
index number Index to insert at.

Returns: UThe child added.