UNPKG

@loopback/docs

Version:
33 lines (22 loc) 977 B
--- lang: en title: 'API docs: openapi-v3.oasenhancerservice._constructor_' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.openapi-v3.oasenhancerservice._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/openapi-v3](./openapi-v3.md) &gt; [OASEnhancerService](./openapi-v3.oasenhancerservice.md) &gt; [(constructor)](./openapi-v3.oasenhancerservice._constructor_.md) ## OASEnhancerService.(constructor) Constructs a new instance of the `OASEnhancerService` class <b>Signature:</b> ```typescript constructor( getEnhancers: Getter<OASEnhancer[]>, options?: OASEnhancerServiceOptions | undefined); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | getEnhancers | <code>Getter&lt;OASEnhancer[]&gt;</code> | | | options | <code>OASEnhancerServiceOptions &#124; undefined</code> | |