Skip to content

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

Type Alias: FlowEventHandlerMap

FlowEventHandlerMap = { [K in FlowEventType]?: FlowEventHandler<K> }

Defined in: packages/chaingraph-types/src/flow/eventHandlers.ts:19

Map of event handlers where keys are event types and values are handler functions

Licensed under BUSL-1.1