Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ action
Method
action
packages/designer/src/component-actions.ts:31–33 ·
view source on GitHub ↗
(node: IPublicModelNode)
Source
from the content-addressed store, hash-verified
29
title: intlNode(
'remove'
),
30
/* istanbul ignore next */
31
action(node: IPublicModelNode) {
32
node.remove();
33
},
34
},
35
important: true,
36
},
Callers
nothing calls this directly
Calls
11
deduplicateRef
Function · 0.85
push
Method · 0.80
remove
Method · 0.65
insertNode
Method · 0.65
select
Method · 0.65
getRGL
Method · 0.65
getPropValue
Method · 0.65
filter
Method · 0.65
setPropValue
Method · 0.65
scrollToNode
Method · 0.65
lock
Method · 0.65
Tested by
no test coverage detected