xInjection - v2.1.2
    Preparing search index...

    Interface ProviderScopeOption

    interface ProviderScopeOption {
        scope?: InjectionScope;
    }
    Index

    Properties

    Properties

    The scope determines the caching strategy used to decide whether the service should be resolved or a cached value should be provided.

    If not provided, it'll default to the ProviderModule default scope.

    See https://inversify.io/docs/fundamentals/binding/#scope for more details..