Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ top
Method
top
packages/shell/src/model/setting-field.ts:120–122 ·
view source on GitHub ↗
* 获取顶级设置属性
()
Source
from the content-addressed store, hash-verified
118
* 获取顶级设置属性
119
*/
120
get top(): IPublicModelSettingTopEntry {
121
return
ShellSettingTopEntry.create(this[settingFieldSymbol].top);
122
}
123
124
/**
125
* 是否是 SettingField 实例
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected