Page Contents
Home > @loopback/context > ResolutionOptions
ResolutionOptions interface
Options for binding/dependency resolution
Signature:
export interface ResolutionOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
boolean |
(Optional) A boolean flag to control if a proxy should be created to apply interceptors for the resolved value. It’s only honored for bindings backed by a class. | ||
|
boolean |
(Optional) A boolean flag to indicate if the dependency is optional. If it’s set to | ||
|
(Optional) A session to track bindings and injections |