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