Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ node
Method
node
packages/shell/src/model/setting-field.ts:102–104 ·
view source on GitHub ↗
* 获取设置属性对应的节点实例
()
Source
from the content-addressed store, hash-verified
100
* 获取设置属性对应的节点实例
101
*/
102
get node(): IPublicModelNode | null {
103
return
ShellNode.create(this[settingFieldSymbol].getNode());
104
}
105
106
/**
107
* 获取设置属性的父设置属性
Callers
nothing calls this directly
Calls
2
getNode
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected