Page Contents
Home > @loopback/context > InterceptionHandler
InterceptionHandler class
A proxy handler that applies interceptors
See https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Proxy
Signature:
export declare class InterceptionHandler<T extends object> implements ProxyHandler<T>
Implements: ProxyHandler<T>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(context, session, source)](/doc/en/lb4/apidocs.context.interceptionhandler._constructor_.html) | Constructs a new instance of the `InterceptionHandler` class |
Methods
| Method | Modifiers | Description |
|---|---|---|
| [get(target, propertyName, receiver)](/doc/en/lb4/apidocs.context.interceptionhandler.get.html) |