---
lang: en
title: 'API docs: rest.bindelementprovider'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.rest.bindelementprovider.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [BindElementProvider](./rest.bindelementprovider.md)

## BindElementProvider class

<b>Signature:</b>

```typescript
export declare class BindElementProvider implements Provider<BindElement> 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(context)](./rest.bindelementprovider._constructor_.md) |  | Constructs a new instance of the <code>BindElementProvider</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [context](./rest.bindelementprovider.context.md) |  | <code>Context</code> |  |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [action(key)](./rest.bindelementprovider.action.md) |  |  |
|  [value()](./rest.bindelementprovider.value.md) |  |  |


