Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ remove
Method
remove
packages/shell/src/model/prop.ts:82–84 ·
view source on GitHub ↗
* 移除值
()
Source
from the content-addressed store, hash-verified
80
* 移除值
81
*/
82
remove(): void {
83
this[propSymbol].remove();
84
}
85
86
/**
87
* 导出值
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected