parentId property

String? parentId
getter/setter pair

Assigned parent to this component.

Use for hierarchical components. Functions such as moveComponentWithChildren work with this property.

Implementation

String? parentId;