Directus / @directus/types / Field
Interface: Field ​
Extends ​
Properties ​
children? ​
optional
children:null
|Field
[]
Source ​
collection ​
collection:
string
Inherited from ​
Source ​
field ​
field:
string
Inherited from ​
Source ​
meta ​
meta:
null
|FieldMeta
Inherited from ​
Source ​
name ​
name:
string
Source ​
schema ​
schema:
null
|Column
Inherited from ​
Source ​
type ​
type:
"string"
|"boolean"
|"alias"
|"unknown"
|"bigInteger"
|"date"
|"dateTime"
|"decimal"
|"float"
|"integer"
|"json"
|"text"
|"time"
|"timestamp"
|"binary"
|"uuid"
|"hash"
|"csv"
|"geometry"
|"geometry.Point"
|"geometry.LineString"
|"geometry.Polygon"
|"geometry.MultiPoint"
|"geometry.MultiLineString"
|"geometry.MultiPolygon"