properties
Type: JSON object
Required: Yes
"properties": {
"containerControl": false,
"geometry": {
"width": 150,
"height": 150
}
}
This property defines the engineering properties required for each framework control and describes general control properties.
containerControl
{Boolean}, not required: Specifies whether the control is a container control and can include additional controls using drag and drop. In this case, the control must also be derived (directly or indirectly) from TcHmiContainerControl.geometry
{JSON object}: Defines the default geometry properties (width and height) of the control, which are set after dropping the control from the toolbox.