Skip to content

Container.getChildAt method

Container › getChildAt

Unofficial

Returns the child at the given index.

Signature:

getChildAt(index: number): T

Parameters:

Parameter Type Description
index number Index of the child.

Returns: TThe child at the index.