Page Contents
Home > @loopback/context > ContextEvent
ContextEvent type
Events emitted by a context
Signature:
export type ContextEvent = {
context: Context;
binding: Readonly<Binding<unknown>>;
type: string;
};
Home > @loopback/context > ContextEvent
Events emitted by a context
Signature:
export type ContextEvent = {
context: Context;
binding: Readonly<Binding<unknown>>;
type: string;
};