Skip to content
On this page

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/types / FieldMeta

Type alias: FieldMeta

FieldMeta: Object

Type declaration

collection

collection: string

conditions

conditions: Condition[] | null

display

display: string | null

display_options

display_options: Record<string, any> | null

field

field: string

group

group: string | null

hidden

hidden: boolean

id

id: number

interface

interface: string | null

note

note: string | null

options

options: Record<string, any> | null

readonly

readonly: boolean

required

required: boolean

sort

sort: number | null

special

special: string[] | null

system?

optional system: true

translations

translations: Translations[] | null

validation

validation: Filter | null

validation_message

validation_message: string | null

width

width: Width | null

Source

fields.ts:23