Theia API Documentation v1.65.0
    Preparing search index...
    PluginContainerModule: symbol & {
        create(callback: PluginContainerModuleCallBack): ContainerModule;
    } = ...

    Factory for an Inversify ContainerModule that supports registration of the plugin's API factory. Use the PluginContainerModule's create() method to create the container module; its callback function provides a registry of Inversify binding functions that includes a bindApiFactory function for binding the API factory.