UNPKG

@loopback/docs

Version:
32 lines (21 loc) 949 B
--- 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) &gt; [@loopback/boot](./boot.md) &gt; [LifeCycleObserverBooter](./boot.lifecycleobserverbooter.md) &gt; [(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> | |