UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

32 lines (21 loc) 1.13 kB
--- lang: en title: 'API docs: context.genericinterceptorchain._constructor_' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/context permalink: /doc/en/lb4/apidocs.context.genericinterceptorchain._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/context](./context.md) &gt; [GenericInterceptorChain](./context.genericinterceptorchain.md) &gt; [(constructor)](./context.genericinterceptorchain._constructor_.md) ## GenericInterceptorChain.(constructor) Create an invocation chain with a list of interceptor functions or binding keys <b>Signature:</b> ```typescript constructor(context: C, interceptors: GenericInterceptorOrKey<C>[]); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | context | C | Context object | | interceptors | [GenericInterceptorOrKey](./context.genericinterceptororkey.md)<!-- -->&lt;C&gt;\[\] | An array of interceptor functions or binding keys |