@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
32 lines (21 loc) • 953 B
Markdown
lang: en
title: 'API docs: boot.baseartifactbooter._constructor_'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/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 | string | |
| options | [ArtifactOptions](./boot.artifactoptions.md) | |