Type alias InternalPluginContainerModule

InternalPluginContainerModule: ContainerModule & {
    initializeApi?: ((container) => PluginApiCache<object>);
}

Definition of additional API provided by the ContainerModule created by the PluginContainerModule factory function that is for internal use by Theia.

Type declaration

  • Optional initializeApi?: ((container) => PluginApiCache<object>)

    Use my API factory binding to initialize the plugin API in some container.