UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

33 lines (22 loc) 1.15 kB
--- lang: en title: 'API docs: context.resolutioncontext' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.resolutioncontext.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [ResolutionContext](./context.resolutioncontext.md) ## ResolutionContext interface Contextual metadata for resolution <b>Signature:</b> ```typescript export interface ResolutionContext<T = unknown> ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [binding](./context.resolutioncontext.binding.md) | Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;T&gt;&gt; | The binding to be resolved | | [context](./context.resolutioncontext.context.md) | [Context](./context.context.md) | The context for resolution | | [options](./context.resolutioncontext.options.md) | [ResolutionOptions](./context.resolutionoptions.md) | The options used for resolution |