Skip to content

Container.getChildIndex method

Container › getChildIndex

Unofficial

Returns the index of a child.

Signature:

getChildIndex(child: T): number

Parameters:

Parameter Type Description
child T The child to find.

Returns: numberThe index of the child.