Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ getProps
Method
getProps
packages/shell/src/model/setting-field.ts:240–242 ·
view source on GitHub ↗
* 获取设置属性集 * @returns
()
Source
from the content-addressed store, hash-verified
238
* @returns
239
*/
240
getProps(): IPublicModelSettingTopEntry {
241
return
ShellSettingTopEntry.create(this[settingFieldSymbol].getProps());
242
}
243
244
/**
245
* 是否绑定了变量
Callers
nothing calls this directly
Calls
2
getProps
Method · 0.65
create
Method · 0.45
Tested by
no test coverage detected