Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ node
Method
node
packages/shell/src/model/setting-top-entry.ts:21–23 ·
view source on GitHub ↗
* 返回所属的节点实例
()
Source
from the content-addressed store, hash-verified
19
* 返回所属的节点实例
20
*/
21
get node(): IPublicModelNode | null {
22
return
ShellNode.create(this[settingTopEntrySymbol].getNode());
23
}
24
25
/**
26
* 获取子级属性对象
Callers
nothing calls this directly
Calls
2
getNode
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected