xInjection for ReactJS - v1.0.2
    Preparing search index...

    Type Alias ProviderModuleGetManyParam<T>

    type ProviderModuleGetManyParam<T> = {
        asList?: boolean;
        isOptional?: boolean;
        provider: ProviderToken<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    asList?: boolean

    Set to true if you need to retrieve all the bound identifiers of the supplied ProviderToken. (defaults to false)

    isOptional?: boolean

    When set to false (default) an exception will be thrown when the provider isn't bound.

    provider: ProviderToken<T>