Skip to content

Container.getChildAt method

Container › getChildAt

Unofficial

Returns the child at the given index.

Signature:

getChildAt(index: number): T

Parameters:

ParameterTypeDescription
indexnumberIndex of the child.

Returns: TThe child at the index.