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.
Factory for an Inversify
ContainerModule
that supports registration of the plugin's API factory. Use thePluginContainerModule
'screate()
method to create the container module; itscallback
function provides aregistry
of Inversify binding functions that includes abindApiFactory
function for binding the API factory.