@loopback/docs
Version:
Documentation for LoopBack 4
34 lines (21 loc) • 806 B
Markdown
lang: en
title: 'API docs: context.context.add'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.context.add.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [Context](./context.context.md) > [add](./context.context.add.md)
## Context.add() method
Add a binding to the context. If a locked binding already exists with the same key, an error will be thrown.
<b>Signature:</b>
```typescript
add(binding: Binding<unknown>): this;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| binding | <code>Binding<unknown></code> | The configured binding to be added |
<b>Returns:</b>
`this`