MCPcopy 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

deduplicateRefFunction · 0.85
pushMethod · 0.80
removeMethod · 0.65
insertNodeMethod · 0.65
selectMethod · 0.65
getRGLMethod · 0.65
getPropValueMethod · 0.65
filterMethod · 0.65
setPropValueMethod · 0.65
scrollToNodeMethod · 0.65
lockMethod · 0.65

Tested by

no test coverage detected