@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
94 lines (47 loc) • 1.59 kB
Markdown
---
lang: en
title: 'API docs: context.interceptionhandler'
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.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
**Signature:**
```typescript
export declare class InterceptionHandler<T extends object> implements ProxyHandler<T>
```
**Implements:** ProxyHandler<T>
## Constructors
<table><thead><tr><th>
Constructor
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[(constructor)(context, session, source)](./context.interceptionhandler._constructor_.md)
</td><td markdown="1">
</td><td markdown="1">
Constructs a new instance of the `InterceptionHandler` class
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[get(target, propertyName, receiver)](./context.interceptionhandler.get.md)
</td><td markdown="1">
</td><td markdown="1">
</td></tr>
</tbody></table>