Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InjectorDependencyContext

Context of a dependency which gets injected by the injector

Hierarchy

  • InjectorDependencyContext

Index

Properties

Properties

Optional dependencies

dependencies: InjectorDependency[]

The dependency array which gets injected

Optional index

index: number

The index of the dependency which gets injected from the dependencies array

Optional key

key: string | symbol

The name of the property key (property-based injection)

Optional name

name: string | symbol

The name of the function or injection token

Generated using TypeDoc