ChildWidgetType.removeChild method
ChildWidgetType › removeChild
Unofficial
Remove a child component, unregistering it from the owning edit view.Signature:
removeChild(component: Component): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| component | Component | The component to remove. |
Returns: void