UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

39 lines (26 loc) 1.14 kB
--- lang: en title: 'API docs: boot.bootable' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/boot permalink: /doc/en/lb4/apidocs.boot.bootable.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [Bootable](./boot.bootable.md) ## Bootable interface Interface to describe the additions made available to an Application that uses BootMixin. <b>Signature:</b> ```typescript export interface Bootable ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [bootOptions?](./boot.bootable.bootoptions.md) | [BootOptions](./boot.bootoptions.md) | <i>(Optional)</i> Options for boot | | [projectRoot](./boot.bootable.projectroot.md) | string | Root directory for the project to be booted | ## Methods | Method | Description | | --- | --- | | [boot()](./boot.bootable.boot.md) | Boot up the project | | [booters(booterClasses)](./boot.bootable.booters.md) | Register booters |