MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / setExtraProp

Method setExtraProp

packages/designer/src/document/node/node.ts:821–823  ·  view source on GitHub ↗
(key: string, value: IPublicTypeCompositeValue)

Source from the content-addressed store, hash-verified

819 }
820
821 setExtraProp(key: string, value: IPublicTypeCompositeValue) {
822 this.getProp(getConvertedExtraKey(key), true)?.setValue(value);
823 }
824
825 /**
826 * 获取单个属性值

Callers 2

lockMethod · 0.95
node.test.tsFile · 0.80

Calls 3

getPropMethod · 0.95
getConvertedExtraKeyFunction · 0.90
setValueMethod · 0.65

Tested by

no test coverage detected