MCPcopy 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

getPropsMethod · 0.65
createMethod · 0.45

Tested by

no test coverage detected