ColumnType implements [Field.ColumnType] interface method.
ValidateSettings implements [Field.ValidateSettings] interface method.
Help is an extra text explaining what the field is about. It is usually shown in Dashboard UI under the field input.
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.
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 always "true".
System prevents the renaming and removal of the field.
Generated using TypeDoc
BoolField defines "bool" type field to store a single true/false value.
The respective zero record field value is false.