Variable
Mandatory properties
| Property | Type | Description |
|---|---|---|
| value | string | The current value. |
Optional properties
| Property | Type | Description |
|---|---|---|
| description | string | A description that is shown in the UI instead of the name. |
| pinned | boolean | If true, the variable is pinned in the UI. |
| userEdit | boolean | If the variable shall be changeable when an operator selects a label containing the variable. |
Example
{
"description": "The logo image name",
"userEdit": true,
"value": "logo"
}