Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ setPropValue
Method
setPropValue
packages/designer/src/document/node/node.ts:835–837 ·
view source on GitHub ↗
* 设置单个属性值
(path: string, value: any)
Source
from the content-addressed store, hash-verified
833
* 设置单个属性值
834
*/
835
setPropValue(path: string, value: any) {
836
this.getProp(path, true)!.setValue(value);
837
}
838
839
/**
840
* 清除已设置的值
Callers
nothing calls this directly
Calls
2
getProp
Method · 0.95
setValue
Method · 0.65
Tested by
no test coverage detected