ScreenFieldOption
An option for a select field
type ScreenFieldOption {
label: String!
value: String!
}
Fields
ScreenFieldOption.label ● String! non-null scalar
The label to display in the UI
ScreenFieldOption.value ● String! non-null scalar
The value used by the engine
Member Of
SelectScreenField object