Page Contents

Home > @loopback/context > BindingSelector

BindingSelector type

Select binding(s) by key or a filter function

Signature:

export type BindingSelector<ValueType = unknown> = BindingAddress<ValueType> | BindingFilter;

References: BindingAddress, BindingFilter