UNPKG

@loopback/docs

Version:
31 lines (20 loc) 1.05 kB
--- lang: en title: 'API docs: express.middlewareinterceptorbindingoptions' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/express permalink: /doc/en/lb4/apidocs.express.middlewareinterceptorbindingoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/express](./express.md) &gt; [MiddlewareInterceptorBindingOptions](./express.middlewareinterceptorbindingoptions.md) ## MiddlewareInterceptorBindingOptions interface Options to bind a middleware as an interceptor to the context <b>Signature:</b> ```typescript export interface MiddlewareInterceptorBindingOptions extends BaseMiddlewareBindingOptions<InvocationContext> ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [global](./express.middlewareinterceptorbindingoptions.global.md) | boolean | A flag to control if the interceptor should be global. Default to <code>true</code>. |