Skip to content

ChildWidgetType.addChild method

ChildWidgetType › addChild

Unofficial

Add a child component, registering it on the owning edit view.

Signature:

addChild(component: Component): void

Parameters:

ParameterTypeDescription
componentComponentThe component to add.

Returns: void