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/system-data / RelationMeta

Type alias: RelationMeta

RelationMeta: Object

Type declaration

id

id: number

junction_field

junction_field: string | null

many_collection

many_collection: string

many_field

many_field: string

one_allowed_collections

one_allowed_collections: string[] | null

one_collection

one_collection: string | null

one_collection_field

one_collection_field: string | null

one_deselect_action

one_deselect_action: "nullify" | "delete"

one_field

one_field: string | null

sort_field

sort_field: string | null

system?

optional system: boolean

Source

types.ts:3