Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ removeChild
Method
removeChild
packages/designer/src/document/node/node.ts:1074–1076 ·
view source on GitHub ↗
* 删除一个节点 * @param node
(node: INode)
Source
from the content-addressed store, hash-verified
1072
* @param node
1073
*/
1074
removeChild(node: INode) {
1075
this.children?.delete(node);
1076
}
1077
1078
/**
1079
* 销毁
Callers
5
applyText
Method · 0.80
applyUrl
Method · 0.80
evaluate
Function · 0.80
injectCopyPaster
Method · 0.80
node.test.ts
File · 0.80
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected