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) | Constructs a new instance of the InterceptionHandler class |
Methods
Method | Modifiers | Description |
---|---|---|
get(target, propertyName, receiver) |