Page Contents
Home > @loopback/context > InjectionElement
InjectionElement interface
Wrapper for injections tracked by resolution sessions
Signature:
export interface InjectionElement
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [type](/doc/en/lb4/apidocs.context.injectionelement.type.html) | 'injection' | ||
| [value](/doc/en/lb4/apidocs.context.injectionelement.value.html) | Readonly<[Injection](/doc/en/lb4/apidocs.context.injection.html)> |