MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / remove

Method remove

packages/designer/src/document/node/node.ts:137–137  ·  view source on GitHub ↗
(
    useMutator?: boolean,
    purge?: boolean,
    options?: NodeRemoveOptions,
  )

Source from the content-addressed store, hash-verified

135 isEmpty(): boolean;
136
137 remove(
138 useMutator?: boolean,
139 purge?: boolean,
140 options?: NodeRemoveOptions,

Callers 15

actionMethod · 0.65
checkSelectMethod · 0.65
setupDragAndClickMethod · 0.65
applyMethod · 0.65
removeSlotFunction · 0.65
unloadMethod · 0.65
setConditionGroupMethod · 0.65
replaceChildMethod · 0.65
importMethod · 0.65
internalDeleteMethod · 0.65
mergeChildrenMethod · 0.65
disposeMethod · 0.65

Implementers 1

Nodepackages/designer/src/document/node/no

Calls

no outgoing calls

Tested by

no test coverage detected