UNPKG

@loopback/docs

Version:

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

32 lines (21 loc) 959 B
--- lang: en title: 'API docs: health.healthcomponent' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/health permalink: /doc/en/lb4/apidocs.health.healthcomponent.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/health](./health.md) &gt; [HealthComponent](./health.healthcomponent.md) ## HealthComponent class A component providing health status <b>Signature:</b> ```typescript export declare class HealthComponent implements Component ``` <b>Implements:</b> [Component](./core.component.md) ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(application, healthConfig)](./health.healthcomponent._constructor_.md) | | Constructs a new instance of the <code>HealthComponent</code> class |