Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

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/system-data / 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: FieldTranslations[] | null

validation ​

validation: Filter | null

validation_message ​

validation_message: string | null

width ​

width: Width | null

Defined in ​

types.ts:64