MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / register

Method register

packages/types/src/shell/api/plugins.ts:21–21  ·  view source on GitHub ↗
(
    pluginModel: IPublicTypePlugin,
    options?: Record<string, PluginOptionsType>,
    registerOptions?: IPublicTypePluginRegisterOptions,
  )

Source from the content-addressed store, hash-verified

19 [key: string]: any;
20
21 register(
22 pluginModel: IPublicTypePlugin,
23 options?: Record<string, PluginOptionsType>,
24 registerOptions?: IPublicTypePluginRegisterOptions,

Callers 5

registerMethod · 0.65
ContextClass · 0.65
registryInnerPluginFunction · 0.65
engine-core.tsFile · 0.65
initFunction · 0.65

Implementers 2

Pluginspackages/shell/src/api/plugins.ts
LowCodePluginManagerpackages/designer/src/plugin/plugin-ma

Calls

no outgoing calls

Tested by

no test coverage detected