@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
99 lines (47 loc) • 1.48 kB
Markdown
---
lang: en
title: 'API docs: context.injectiondescriptor'
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.injectiondescriptor.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [InjectionDescriptor](./context.injectiondescriptor.md)
## InjectionDescriptor interface
**Signature:**
```typescript
export interface InjectionDescriptor
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[bindingSelector](./context.injectiondescriptor.bindingselector.md)
</td><td markdown="1">
</td><td markdown="1">
[BindingSelector](./context.bindingselector.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[metadata](./context.injectiondescriptor.metadata.md)
</td><td markdown="1">
</td><td markdown="1">
[InjectionMetadata](./context.injectionmetadata.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[targetName](./context.injectiondescriptor.targetname.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
</td></tr>
</tbody></table>