@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
35 lines (24 loc) • 1.13 kB
Markdown
lang: en
title: 'API docs: boot.bootbindings'
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.bootbindings.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/boot](./boot.md) > [BootBindings](./boot.bootbindings.md)
## BootBindings namespace
Namespace for boot related binding keys
<b>Signature:</b>
```typescript
export declare namespace BootBindings
```
## Variables
| Variable | Description |
| --- | --- |
| [BOOT\_OPTIONS](./boot.bootbindings.boot_options.md) | Binding key for boot options |
| [BOOTER\_PREFIX](./boot.bootbindings.booter_prefix.md) | |
| [BOOTERS](./boot.bootbindings.booters.md) | Booter binding namespace |
| [BOOTSTRAPPER\_KEY](./boot.bootbindings.bootstrapper_key.md) | Binding key for binding the BootStrapper class |
| [PROJECT\_ROOT](./boot.bootbindings.project_root.md) | Binding key for determining project root directory |