Skip to content

ChildWidgetType.removeChild method

ChildWidgetType › removeChild

Unofficial

Remove a child component, unregistering it from the owning edit view.

Signature:

removeChild(component: Component): void

Parameters:

ParameterTypeDescription
componentComponentThe component to remove.

Returns: void