ChainGraph API Documentation / @badaitech/chaingraph-types / updatePortMetadata
Function: updatePortMetadata()
updatePortMetadata(
target,propertyKey,partial):void
Defined in: packages/chaingraph-types/src/decorator/metadata-storage.ts:54
Parameters
target
any
propertyKey
string | symbol
partial
Record<string, any>
Returns
void