@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (21 loc) • 949 B
Markdown
lang: en
title: 'API docs: boot.lifecycleobserverbooter.(constructor)'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.boot.lifecycleobserverbooter.(constructor).html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [LifeCycleObserverBooter](./boot.lifecycleobserverbooter.md) > [(constructor)](./boot.lifecycleobserverbooter.(constructor).md)
## LifeCycleObserverBooter.(constructor)
Constructs a new instance of the `LifeCycleObserverBooter` class
<b>Signature:</b>
```typescript
constructor(app: Application, projectRoot: string, observerConfig?: ArtifactOptions);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| app | <code>Application</code> | |
| projectRoot | <code>string</code> | |
| observerConfig | <code>ArtifactOptions</code> | |