The default value of the select field.
Optional
descriptionThe description for the field that appears in a help tooltip.
The unique identifier of the configuration element.
The name of the field.
The options that the user can select from.
Optional
description?: stringThe description of the option that appears underneath the label in the dropdown.
The label of the option that will be displayed in the dropdown.
The value of the option that will be used when the user selects it.
Optional
overrideThe override value of the select field.
If this value is anything other than null
, it will override the current value.
If the value is overridden, it will also be read only.
The type of the configuration element.
Optional
visibleDetermines if the field is visible or not.
Represents a select configuration field that will be represented as a dropdown select element in the configuration UI.