Optional
data: Partial<core.EmailField>ColumnType implements [Field.ColumnType] interface method.
ValidateSettings implements [Field.ValidateSettings] interface method.
ExceptDomains will require the email domain to NOT be included in the listed ones.
This validator can be set only if OnlyDomains is empty.
Hidden hides the field from the API response.
Id is the unique stable field identifier.
It is automatically generated from the name when adding to a collection FieldsList.
Name (required) is the unique name of the field.
OnlyDomains will require the email domain to be included in the listed ones.
This validator can be set only if ExceptDomains is empty.
Presentable hints the Dashboard UI to use the underlying field record value in the relation preview label.
Required will require the field value to be non-empty email string.
System prevents the renaming and removal of the field.
Generated using TypeDoc
EmailField defines "email" type field for storing a single email string address.
The respective zero record field value is empty string.