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

Method select

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

* 选中指定节点(覆盖方式) * @param id

(id: string)

Source from the content-addressed store, hash-verified

34 * @param id
35 */
36 select(id: string): void {
37 this[selectionSymbol].select(id);
38 }
39
40 /**
41 * 批量选中指定节点们

Callers

nothing calls this directly

Calls 1

selectMethod · 0.65

Tested by

no test coverage detected