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/types / CollectionMeta

Type Alias: CollectionMeta ​

CollectionMeta: object

Type declaration ​

accountability ​

accountability: "all" | "activity" | null

archive_app_filter ​

archive_app_filter: boolean

archive_field ​

archive_field: string | null

archive_value ​

archive_value: string | null

collapse ​

collapse: "open" | "closed" | "locked"

collection ​

collection: string

color ​

color: string | null

display_template ​

display_template: string | null

group ​

group: string | null

hidden ​

hidden: boolean

icon ​

icon: string | null

item_duplication_fields ​

item_duplication_fields: string[] | null

note ​

note: string | null

preview_url ​

preview_url: string | null

singleton ​

singleton: boolean

sort ​

sort: number | null

sort_field ​

sort_field: string | null

system ​

system: boolean | null

translations ​

translations: Translations[] | null

unarchive_value ​

unarchive_value: string | null

versioning ​

versioning: boolean

Defined in ​

collection.ts:10