Page Contents
Home > @loopback/boot > Bootable
Bootable interface
Interface to describe the additions made available to an Application that uses BootMixin.
Signature:
export interface Bootable
Properties
| Property | Type | Description |
|---|---|---|
| bootOptions? | BootOptions | (Optional) Options for boot |
| projectRoot | string | Root directory for the project to be booted |
Methods
| Method | Description |
|---|---|
| boot() | Boot up the project |
| booters(booterClasses) | Register booters |