MCPcopy
hub / github.com/alibaba/lowcode-engine / setEngineOptions

Method setEngineOptions

packages/editor-core/src/config.ts:192–192  ·  view source on GitHub ↗

* if engineOptions.strictPluginMode === true, only accept propertied predefined in EngineOptions. * * @param {IPublicTypeEngineOptions} engineOptions

(engineOptions: IPublicTypeEngineOptions)

Source from the content-addressed store, hash-verified

190 * @param {IPublicTypeEngineOptions} engineOptions
191 */
192 setEngineOptions(engineOptions: IPublicTypeEngineOptions): void;
193
194 notifyGot(key: string): void;
195

Callers 1

initFunction · 0.65

Implementers 1

EngineConfigpackages/editor-core/src/config.ts

Calls

no outgoing calls

Tested by

no test coverage detected