@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
35 lines (22 loc) • 935 B
Markdown
---
lang: en
title: 'API docs: context.context.add'
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.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 | [Binding](./context.binding.md)<!-- --><unknown> | The configured binding to be added |
<b>Returns:</b>
this