PersistentAI API Documentation / @persistentai/fireflow-types / setPortMetadata
Function: setPortMetadata()
setPortMetadata(
target,propertyKey,metadata):void
Defined in: packages/fireflow-types/src/decorator/metadata-storage.ts:48
Parameters
target
any
propertyKey
string | symbol
metadata
Record<string, any>
Returns
void