@lppedd/di-wise-neo - v0.19.0
    Preparing search index...

    Interface ContainerOptions

    Container creation options.

    interface ContainerOptions {
        autoRegister: boolean;
        defaultScope: Scope;
        disposeUnmanaged: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoRegister: boolean

    Whether to automatically register an unregistered class when resolving it as a token.

    false
    
    defaultScope: Scope

    The default scope for registrations.

    Transient
    
    disposeUnmanaged: boolean

    Whether to also dispose values provided via ValueProvider, which are not created or managed by the container, when the container itself is disposed.

    false