@loopback/docs
Version:
Documentation for LoopBack 4
30 lines (19 loc) • 787 B
Markdown
lang: en
title: 'API docs: context.interceptionhandler._constructor_'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.context.interceptionhandler._constructor_.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [InterceptionHandler](./context.interceptionhandler.md) > [(constructor)](./context.interceptionhandler._constructor_.md)
## InterceptionHandler._constructor_
Constructs a new instance of the `InterceptionHandler` class
<b>Signature:</b>
```typescript
constructor(context?: Context);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| context | <code>Context</code> | |