icons
Type: Array of JSON objects
Required: Yes
"icons": [
{
"name": "Icons/16x16.png",
"width": 16,
"height": 16
},
{
"name": "Icons/24x24.png",
"width": 24,
"height": 24
},
{
"name": "Icons/32x32.png",
"width": 32,
"height": 32
},
{
"name": "Icons/64x64.png",
"width": 64,
"height": 64
}
]
This property defines the icon of the control in different dimensions. The array contains JSON objects, where each object corresponds to a control icon in a different resolution. The control icon is used to display the control in the toolbox of the Engineering and the Actions and Conditions Editor.
The name is specified as a relative project path. The dimensions (width/height) are specified in pixels.