Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / EmittedEvent

Interface: EmittedEvent

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:20

Properties

childExecutionId?

optional childExecutionId: string

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:26


data

data: any

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:23


emittedAt

emittedAt: number

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:24


emittedBy

emittedBy: string

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:25


id

id: string

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:21


processed?

optional processed: boolean

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:27


type

type: string

Defined in: packages/chaingraph-types/src/execution/execution-context.ts:22

Licensed under BUSL-1.1