@loopback/docs
Version:
Documentation for LoopBack 4
38 lines (24 loc) • 1.1 kB
Markdown
lang: en
title: 'API docs: context.interceptionhandler'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.interceptionhandler.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [InterceptionHandler](./context.interceptionhandler.md)
## InterceptionHandler class
A proxy handler that applies interceptors
See https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global\_Objects/Proxy
<b>Signature:</b>
```typescript
export declare class InterceptionHandler<T extends object> implements ProxyHandler<T>
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(context)](./context.interceptionhandler.(constructor).md) | | Constructs a new instance of the <code>InterceptionHandler</code> class |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [get(target, propertyName, receiver)](./context.interceptionhandler.get.md) | | |