interface

SchemaField

interface SchemaField { ... }

The common field manifest plus the type-specific configuration selected by type.

Source packages/protocol/src/generated.ts:489

idstring
The id value.
namestring
The name value.
pathstring
The path value.
typeFieldType
The type value.
categoryFieldCategory
The category value.
requiredboolean
The required value.
uniqueboolean
The unique value.
indexboolean
The index value.
localizedboolean
The localized value.
defaultstring
The default value.
adminSchemaFieldAdmin
The admin value.
textSchemaTextField
The text value.
textareaSchemaTextField
The textarea value.
codeSchemaCodeField
The code value.
numberSchemaNumberField
The number value.
dateSchemaDateField
The date value.
selectSchemaSelectField
The select value.
pointSchemaPointField
The point value.
uiSchemaUIField
The ui value.
joinSchemaJoinField
The join value.
virtualSchemaVirtualField
The virtual value.
relationshipSchemaRelationshipField
The relationship value.
uploadSchemaUploadField
The upload value.
nestedSchemaNestedField
The nested value.
blocksSchemaBlocksField
The blocks value.
pluginSchemaPluginField
The plugin value.