ColumnType implements [Field.ColumnType] interface method.
FindSetter implements the [SetterFinder] interface.
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.
Name (required) is the unique name of the field.
OnCreate auto sets the current datetime as field value on record create.
OnUpdate auto sets the current datetime as field value on record update.
Presentable hints the Dashboard UI to use the underlying field record value in the relation preview label.
System prevents the renaming and removal of the field.
Generated using TypeDoc
AutodateField defines an "autodate" type field, aka. field which datetime value could be auto set on record create/update.
This field is usually used for defining timestamp fields like "created" and "updated".
Requires either both or at least one of the OnCreate or OnUpdate options to be set.