MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / props

Method props

packages/shell/src/model/setting-field.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 get props(): IPublicModelSettingTopEntry {
96 return ShellSettingTopEntry.create(this[settingFieldSymbol].props);
97 }
98
99 /**
100 * 获取设置属性对应的节点实例

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected