Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
props
Method · 0.45
node
Method · 0.45
parent
Method · 0.45
top
Method · 0.45
componentMeta
Method · 0.45
getProps
Method · 0.45
createField
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected