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