FilesScreenField
No description
type FilesScreenField implements ScreenField {
id: String!
type: ScreenFieldType!
label: String!
helpText: String
available: Boolean!
value: String
required: Boolean!
fileBundleType: Int
}
Fields
FilesScreenField.id ● String! non-null scalar
FilesScreenField.type ● ScreenFieldType! non-null enum
FilesScreenField.label ● String! non-null scalar
FilesScreenField.helpText ● String scalar
FilesScreenField.available ● Boolean! non-null scalar
FilesScreenField.value ● String scalar
FilesScreenField.required ● Boolean! non-null scalar
FilesScreenField.fileBundleType ● Int scalar
Interfaces
ScreenField interface
A field within a screen section
Member Of
InternalTypeRegistry object