Page Contents
Home > @loopback/context > Injection
Injection interface
Descriptor for an injection point
Signature:
export interface Injection<ValueType = BoundValue>
Properties
| Property | Type | Description |
|---|---|---|
| bindingSelector | BindingSelector<ValueType> | |
| member? | string | (Optional) |
| metadata | InjectionMetadata | |
| methodDescriptorOrParameterIndex? | TypedPropertyDescriptor<ValueType> | number | (Optional) |
| resolve? | ResolverFunction | (Optional) |
| target | Object |