Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ clearPropValue
Method
clearPropValue
packages/designer/src/document/node/node.ts:842–844 ·
view source on GitHub ↗
* 清除已设置的值
(path: string)
Source
from the content-addressed store, hash-verified
840
* 清除已设置的值
841
*/
842
clearPropValue(path: string): void {
843
this.getProp(path, false)?.unset();
844
}
845
846
/**
847
* 设置多个属性值,和原有值合并
Callers
nothing calls this directly
Calls
2
getProp
Method · 0.95
unset
Method · 0.65
Tested by
no test coverage detected