ChildWidgetType.addChild method
ChildWidgetType › addChild
Unofficial
Add a child component, registering it on the owning edit view.Signature:
addChild(component: Component): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| component | Component | The component to add. |
Returns: void