Variable PluginContainerModuleConst

PluginContainerModule: symbol & {
    create(callback): 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.

Type declaration