Skip to content

Container.removeChildAt method

Container › removeChildAt

Unofficial

Removes the child at a specific index.

Signature:

removeChildAt(index: number): T

Parameters:

Parameter Type Description
index number Index of the child to remove.

Returns: TThe removed child.