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

Interface: Operation

Properties

id

id: string

Source

flows.ts:18


key

key: string

Source

flows.ts:20


name

name: null | string

Source

flows.ts:19


options

options: Record<string, any>

Source

flows.ts:24


position_x

position_x: number

Source

flows.ts:22


position_y

position_y: number

Source

flows.ts:23


reject

reject: null | Operation

Source

flows.ts:26


resolve

resolve: null | Operation

Source

flows.ts:25


type

type: string

Source

flows.ts:21