Page Contents

Home > @loopback/context > Injection

Injection interface

Descriptor for an injection point

Signature:

export interface Injection<ValueType = BoundValue> 

Properties

Property Modifiers Type Description
[bindingSelector](/doc/en/lb4/apidocs.context.injection.bindingselector.html) [BindingSelector](/doc/en/lb4/apidocs.context.bindingselector.html)<ValueType>
[member?](/doc/en/lb4/apidocs.context.injection.member.html) string _(Optional)_
[metadata](/doc/en/lb4/apidocs.context.injection.metadata.html) [InjectionMetadata](/doc/en/lb4/apidocs.context.injectionmetadata.html)
[methodDescriptorOrParameterIndex?](/doc/en/lb4/apidocs.context.injection.methoddescriptororparameterindex.html) TypedPropertyDescriptor<ValueType> \| number _(Optional)_
[resolve?](/doc/en/lb4/apidocs.context.injection.resolve.html) [ResolverFunction](/doc/en/lb4/apidocs.context.resolverfunction.html) _(Optional)_
[target](/doc/en/lb4/apidocs.context.injection.target.html) Object