Skip to content

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

Function: applyPortUpdateHandlers()

applyPortUpdateHandlers(node, event): Promise<void>

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

Apply stored port update handlers for a specific port update event

Parameters

node

INode

The node instance

event

PortUpdateEvent

The port update event

Returns

Promise<void>

Licensed under BUSL-1.1