@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (24 loc) • 888 B
Markdown
---
lang: en
title: 'API docs: boot.bootexecutionoptions'
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.bootexecutionoptions.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [BootExecutionOptions](./boot.bootexecutionoptions.md)
## BootExecutionOptions type
Options for boot() execution
<b>Signature:</b>
```typescript
export declare type BootExecutionOptions = {
booters?: Constructor<Booter>[];
filter?: {
booters?: string[];
phases?: string[];
};
[prop: string]: any;
};
```
<b>References:</b> [Constructor](./context.constructor.md)<!-- -->, [Booter](./boot.booter.md)