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 / AppCollection

Interface: AppCollection

Extends

Properties

collection

collection: string

Inherited from

Collection.collection

Source

collection.ts:35


color?

optional color: null | string

Source

collection.ts:44


icon

icon: string

Source

collection.ts:42


meta

meta: null | CollectionMeta

Inherited from

Collection.meta

Source

collection.ts:36


name

name: string

Source

collection.ts:41


schema

schema: null | Table

Inherited from

Collection.schema

Source

collection.ts:37


type

type: CollectionType

Source

collection.ts:43