Skip to content

Container.setChildIndex method

Container › setChildIndex

Unofficial

Sets the index of a child.

Signature:

setChildIndex(child: T, index: number): void

Parameters:

Parameter Type Description
child T The child.
index number The new index.

Returns: void