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

Method node

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

* 返回所属的 node 实例

()

Source from the content-addressed store, hash-verified

36 * 返回所属的 node 实例
37 */
38 get node(): IPublicModelNode | null {
39 return ShellNode.create(this[propsSymbol].getNode());
40 }
41
42 /**
43 * 获取指定 path 的属性模型实例

Callers

nothing calls this directly

Calls 2

getNodeMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected