Page Contents
Home > @loopback/context > BindingType
BindingType enum
Type of the binding source
Signature:
export declare enum BindingType
Enumeration Members
| Member | Value | Description |
|---|---|---|
|
ALIAS |
|
A alias to another binding key with optional path |
|
CLASS |
|
A class to be instantiated as the value |
|
CONSTANT |
|
A fixed value |
|
DYNAMIC_VALUE |
|
A function to get the value |
|
PROVIDER |
|
A provider class with |