Page Contents
Home > @loopback/openapi-v3 > OASEnhancerService > (constructor)
OASEnhancerService.(constructor)
Constructs a new instance of the OASEnhancerService class
Signature:
constructor(
getEnhancers: Getter<OASEnhancer[]>,
options?: OASEnhancerServiceOptions | undefined);
Parameters
| Parameter | Type | Description |
|---|---|---|
|
getEnhancers |
Getter<OASEnhancer[]> | |
|
options |
OASEnhancerServiceOptions | undefined |
(Optional) |