UNPKG

@loopback/docs

Version:
36 lines (23 loc) 850 B
--- lang: en title: 'API docs: openapi-v3.oasenhancer' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.openapi-v3.oasenhancer.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/openapi-v3](./openapi-v3.md) &gt; [OASEnhancer](./openapi-v3.oasenhancer.md) ## OASEnhancer interface Typically an extension point defines an interface as the contract for extensions to implement <b>Signature:</b> ```typescript export interface OASEnhancer ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./openapi-v3.oasenhancer.name.md) | <code>string</code> | | ## Methods | Method | Description | | --- | --- | | [modifySpec(spec)](./openapi-v3.oasenhancer.modifyspec.md) | |