Skip to content

Container.removeChild method

Container › removeChild

Unofficial

Removes one or more children from the container.

Signature:

removeChild(children?: U): U[0]

Parameters:

ParameterTypeDescription
children?UChildren to remove.

Returns: U[0]The first child removed.