Page Contents

Home > @loopback/context > ResolutionContext

ResolutionContext interface

Contextual metadata for resolution

Signature:

export interface ResolutionContext<T = unknown> 

Properties

Property Modifiers Type Description
[binding](/doc/en/lb4/apidocs.context.resolutioncontext.binding.html) `readonly` Readonly<[Binding](/doc/en/lb4/apidocs.context.binding.html)<T>> The binding to be resolved
[context](/doc/en/lb4/apidocs.context.resolutioncontext.context.html) `readonly` [Context](/doc/en/lb4/apidocs.context.context.html) The context for resolution
[options](/doc/en/lb4/apidocs.context.resolutioncontext.options.html) `readonly` [ResolutionOptions](/doc/en/lb4/apidocs.context.resolutionoptions.html) The options used for resolution