Skip to main content

TextLongScreenField

No description

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

Fields

TextLongScreenField.id ● String! non-null scalar

TextLongScreenField.type ● ScreenFieldType! non-null enum

TextLongScreenField.label ● String! non-null scalar

TextLongScreenField.helpText ● String scalar

TextLongScreenField.available ● Boolean! non-null scalar

TextLongScreenField.value ● String scalar

TextLongScreenField.required ● Boolean! non-null scalar

TextLongScreenField.minLength ● Int scalar

TextLongScreenField.maxLength ● Int scalar

TextLongScreenField.regex ● String scalar

Interfaces

ScreenField interface

A field within a screen section

Member Of

InternalTypeRegistry object