Page Contents

Home > @loopback/context > BindingTemplate

BindingTemplate type

A function as the template to configure bindings

Signature:

export type BindingTemplate<T = unknown> = (binding: Binding<T>) => void;

References: Binding