Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ set
Method
set
packages/editor-core/src/config.ts:245–248 ·
view source on GitHub ↗
* 设置指定 key 的值 * @param key * @param value
(key: string, value: any)
Source
from the content-addressed store, hash-verified
243
* @param value
244
*/
245
set(key: string, value: any) {
246
this.config[key] = value;
247
this.notifyGot(key);
248
}
249
250
/**
251
* 批量设值,set 的对象版本
Callers
2
setConfig
Method · 0.95
setEngineOptions
Method · 0.95
Calls
1
notifyGot
Method · 0.95
Tested by
no test coverage detected