Page Contents
Home > @loopback/context > ResolutionContext
ResolutionContext interface
Contextual metadata for resolution
Signature:
export interface ResolutionContext<T = unknown>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
|
Readonly<Binding<T>> |
The binding to be resolved | |
|
|
The context for resolution | ||
|
|
The options used for resolution |