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

Interface: Operation ​

Properties ​

id ​

id: string

Defined in ​

flows.ts:18


key ​

key: string

Defined in ​

flows.ts:20


name ​

name: null | string

Defined in ​

flows.ts:19


options ​

options: Record<string, any>

Defined in ​

flows.ts:24


position_x ​

position_x: number

Defined in ​

flows.ts:22


position_y ​

position_y: number

Defined in ​

flows.ts:23


reject ​

reject: null | Operation

Defined in ​

flows.ts:26


resolve ​

resolve: null | Operation

Defined in ​

flows.ts:25


type ​

type: string

Defined in ​

flows.ts:21