Skip to content

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

Interface: PortUpdateConfig

Defined in: packages/chaingraph-types/src/decorator/port-update.decorator.ts:27

Interface for configuration of port update handlers

Properties

handler

handler: PortUpdateHandler<INode, IPort<IPortConfig>>

Defined in: packages/chaingraph-types/src/decorator/port-update.decorator.ts:34

Handler function that will be called when the port is updated

Param

The node instance

Param

The port that was updated

Param

The port update event

Licensed under BUSL-1.1