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

Method current

packages/shell/src/model/detecting.ts:29–31  ·  view source on GitHub ↗

* 当前 hover 的节点

()

Source from the content-addressed store, hash-verified

27 * 当前 hover 的节点
28 */
29 get current() {
30 return ShellNode.create(this[detectingSymbol].current);
31 }
32
33 /**
34 * hover 指定节点

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected