@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (21 loc) • 920 B
Markdown
lang: en
title: 'API docs: boot.baseartifactbooter._constructor_'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/boot
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> | |