Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ getValue
Method
getValue
packages/shell/src/model/setting-field.ts:209–211 ·
view source on GitHub ↗
* 获取值 * @returns
()
Source
from the content-addressed store, hash-verified
207
* @returns
208
*/
209
getValue(): any {
210
return
this[settingFieldSymbol].getValue();
211
}
212
213
/**
214
* 获取子级属性值
Callers
1
setHotValue
Method · 0.95
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected