Page Contents

Home > @loopback/context > ResolutionContext

ResolutionContext interface

Contextual metadata for resolution

Signature:

export interface ResolutionContext<T = unknown> 

Properties

Property Modifiers Type Description
binding readonly Readonly<Binding<T>> The binding to be resolved
context readonly Context The context for resolution
options readonly ResolutionOptions The options used for resolution