Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / OnPortResolvedCallback

Type Alias: OnPortResolvedCallback()

OnPortResolvedCallback = (nodeId, portId) => void

Defined in: packages/fireflow-types/src/execution/execution-context.ts:36

Callback type for port resolution events

Parameters

nodeId

string

The node ID that resolved the port

portId

string

The port ID that was resolved

Returns

void

Licensed under BUSL-1.1