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