@djodjonx/wiredi
    Preparing search index...

    Interface InversifyProviderOptions

    Configuration options for InversifyProvider

    interface InversifyProviderOptions {
        container?: Container;
        defaultScope?: BindingScope;
    }
    Index

    Properties

    container?: Container

    Existing Inversify container to use If not provided, a new container will be created

    undefined (creates new container)
    
    defaultScope?: BindingScope

    Default binding scope for registrations without explicit lifecycle

    'Singleton'