MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / create

Method create

packages/shell/src/model/setting-field.ts:28–30  ·  view source on GitHub ↗
(prop: ISettingField)

Source from the content-addressed store, hash-verified

26 }
27
28 static create(prop: ISettingField): IPublicModelSettingField {
29 return new SettingField(prop);
30 }
31
32 /**
33 * 获取设置属性的 isGroup

Callers 7

propsMethod · 0.45
nodeMethod · 0.45
parentMethod · 0.45
topMethod · 0.45
componentMetaMethod · 0.45
getPropsMethod · 0.45
createFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected