Skip to main content

TextListScreenField

No description

type TextListScreenField implements ScreenField {
id: String!
type: ScreenFieldType!
label: String!
helpText: String
available: Boolean!
value: [String!]
required: Boolean!
minLength: Int
maxLength: Int
regex: String
}

Fields

TextListScreenField.id ● String! non-null scalar

TextListScreenField.type ● ScreenFieldType! non-null enum

TextListScreenField.label ● String! non-null scalar

TextListScreenField.helpText ● String scalar

TextListScreenField.available ● Boolean! non-null scalar

TextListScreenField.value ● [String!] list scalar

TextListScreenField.required ● Boolean! non-null scalar

TextListScreenField.minLength ● Int scalar

TextListScreenField.maxLength ● Int scalar

TextListScreenField.regex ● String scalar

Interfaces

ScreenField interface

A field within a screen section

Member Of

InternalTypeRegistry object