Page Contents

Home > @loopback/context > BindingSource

BindingSource type

Source for the binding, including the type and value

Signature:

export type BindingSource<T> = ConstantBindingSource<T> | DynamicValueBindingSource<T> | ClassBindingSource<T> | ProviderBindingSource<T> | AliasBindingSource<T>;

References: ConstantBindingSource, DynamicValueBindingSource, ClassBindingSource, ProviderBindingSource, AliasBindingSource