Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ settingEntry
Method
settingEntry
packages/shell/src/model/node.ts:322–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
get settingEntry(): IPublicModelSettingTopEntry {
323
return
ShellSettingTopEntry.create(this[nodeSymbol].settingEntry as any);
324
}
325
326
constructor(node: InnerNode) {
327
this[nodeSymbol] = node;
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected