Page Contents
Home > @loopback/context > BindingEvent
BindingEvent type
Information for a binding event
Signature:
export type BindingEvent = {
type: 'changed' | string;
binding: Readonly<Binding<unknown>>;
operation: 'tag' | 'scope' | 'value' | string;
};
References: Binding