---
lang: en
title: 'API docs: boot.bootbindings'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/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) &gt; [@loopback/boot](./boot.md) &gt; [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) |  |
|  [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 |


