Skip to main content

Variable

Mandatory properties

PropertyTypeDescription
valuestringThe current value.

Optional properties

PropertyTypeDescription
descriptionstringA description that is shown in the UI instead of the name.
pinnedbooleanIf true, the variable is pinned in the UI.
userEditbooleanIf the variable shall be changeable when an operator selects a label containing the variable.

Example

{
"description": "The logo image name",
"userEdit": true,
"value": "logo"
}