@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (22 loc) • 1.15 kB
Markdown
---
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) > [@loopback/context](./context.md) > [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<[Binding](./context.binding.md)<!-- --><T>> | 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 |