@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
35 lines (22 loc) • 955 B
Markdown
---
lang: en
title: 'API docs: context.resolutionsession.pushbinding'
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.resolutionsession.pushbinding.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ResolutionSession](./context.resolutionsession.md) > [pushBinding](./context.resolutionsession.pushbinding.md)
## ResolutionSession.pushBinding() method
Enter the resolution of the given binding. If
<b>Signature:</b>
```typescript
pushBinding(binding: Readonly<Binding>): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| binding | Readonly<[Binding](./context.binding.md)<!-- -->> | Binding |
<b>Returns:</b>
void