@loopback/docs
Version:
Documentation for LoopBack 4
31 lines (20 loc) • 912 B
Markdown
lang: en
title: 'API docs: context.injectbindingmetadata'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.injectbindingmetadata.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [InjectBindingMetadata](./context.injectbindingmetadata.md)
## InjectBindingMetadata interface
Metadata for `@inject.binding`
<b>Signature:</b>
```typescript
export interface InjectBindingMetadata extends InjectionMetadata
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [bindingCreation](./context.injectbindingmetadata.bindingcreation.md) | <code>BindingCreationPolicy</code> | Controls how the underlying binding is resolved/created |