ChainGraph API Documentation / @badaitech/chaingraph-types / ExecutionEventHandlerMap
Type Alias: ExecutionEventHandlerMap
ExecutionEventHandlerMap =
{ [K in ExecutionEventEnum]?: ExecutionEventHandler<K> }
Defined in: packages/chaingraph-types/src/flow/execution-handlers.ts:26
Map of execution event handlers where keys are event types and values are handler functions