Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
lock
Method · 0.95
node.test.ts
File · 0.80
Calls
3
getProp
Method · 0.95
getConvertedExtraKey
Function · 0.90
setValue
Method · 0.65
Tested by
no test coverage detected