SelectScreenField
No description
type SelectScreenField implements ScreenField {
id: String!
type: ScreenFieldType!
label: String!
helpText: String
available: Boolean!
value: [String!]
required: Boolean!
predefined: PredefinedOptions
options: [ScreenFieldOption!]
multiSelect: Boolean!
}
Fields
SelectScreenField.id ● String! non-null scalar
SelectScreenField.type ● ScreenFieldType! non-null enum
SelectScreenField.label ● String! non-null scalar
SelectScreenField.helpText ● String scalar
SelectScreenField.available ● Boolean! non-null scalar
SelectScreenField.value ● [String!] list scalar
SelectScreenField.required ● Boolean! non-null scalar
SelectScreenField.predefined ● PredefinedOptions enum
SelectScreenField.options ● [ScreenFieldOption!] list object
SelectScreenField.multiSelect ● Boolean! non-null scalar
Interfaces
ScreenField interface
A field within a screen section
Member Of
InternalTypeRegistry object