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

Method remove

packages/shell/src/model/selection.ts:52–54  ·  view source on GitHub ↗

* 移除选中的指定节点 * @param id

(id: string)

Source from the content-addressed store, hash-verified

50 * @param id
51 */
52 remove(id: string): void {
53 this[selectionSymbol].remove(id);
54 }
55
56 /**
57 * 清除所有选中节点

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected