UNPKG

@loopback/docs

Version:

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

33 lines (22 loc) 1.09 kB
--- lang: en title: 'API docs: boot.interceptorproviderbooter._constructor_' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/boot permalink: /doc/en/lb4/apidocs.boot.interceptorproviderbooter._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [InterceptorProviderBooter](./boot.interceptorproviderbooter.md) &gt; [(constructor)](./boot.interceptorproviderbooter._constructor_.md) ## InterceptorProviderBooter.(constructor) Constructs a new instance of the `InterceptorProviderBooter` class <b>Signature:</b> ```typescript constructor(app: Application, projectRoot: string, interceptorConfig?: ArtifactOptions); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | app | [Application](./core.application.md) | | | projectRoot | string | | | interceptorConfig | [ArtifactOptions](./boot.artifactoptions.md) | |