ColumnType implements [Field.ColumnType] interface method.
ValidateSettings implements [Field.ValidateSettings] interface method.
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.
Max specifies the max allowed field value.
Leave it empty to skip the validator.
Min specifies the min allowed field value.
Leave it empty to skip the validator.
Name (required) is the unique name of the field.
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-zero [types.DateTime].
System prevents the renaming and removal of the field.
Generated using TypeDoc
DateField defines "date" type field to store a single [types.DateTime] value.
The respective zero record field value is the zero [types.DateTime].