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

Method init

packages/editor-core/src/editor.ts:66–66  ·  view source on GitHub ↗
(config?: EditorConfig, components?: PluginClassSet)

Source from the content-addressed store, hash-verified

64 eventBus: IEventBus;
65
66 init(config?: EditorConfig, components?: PluginClassSet): Promise<any>;
67}
68
69// eslint-disable-next-line no-redeclare

Callers 3

initMethod · 0.65
initFunction · 0.65
buildFromConfigMethod · 0.65

Implementers 7

Editorpackages/editor-core/src/editor.ts
Pluginspackages/shell/src/api/plugins.ts
Resourcepackages/workspace/src/resource.ts
EditorWindowpackages/workspace/src/window.ts
LowCodePluginRuntimepackages/designer/src/plugin/plugin.ts
LowCodePluginManagerpackages/designer/src/plugin/plugin-ma
SettingsMainpackages/editor-skeleton/src/component

Calls

no outgoing calls

Tested by

no test coverage detected