Interface Binding<T>

Type Parameters

  • T

Hierarchy

Properties

activated: boolean
cache: null | T
constraint: ConstraintFunction
dynamicValue: null | ((context: Context) => T)
factory: null | FactoryCreator<any>
id: number
implementationType: null | Newable<T>
moduleId: string
onActivation: null | ((context: Context, injectable: T) => T)
provider: null | ProviderCreator<any>
serviceIdentifier: ServiceIdentifier<T>

Methods

  • Returns Binding<T>

Generated using TypeDoc