Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ remove
Method
remove
packages/shell/src/model/node.ts:599–601 ·
view source on GitHub ↗
* 删除当前节点实例
()
Source
from the content-addressed store, hash-verified
597
* 删除当前节点实例
598
*/
599
remove(): void {
600
this[nodeSymbol].remove();
601
}
602
603
/**
604
* @deprecated
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected