Page Contents
Home > @loopback/context > ContextObserver
ContextObserver interface
Observers of context bind/unbind events
Signature:
export interface ContextObserver
Properties
| Property | Type | Description |
|---|---|---|
| filter? | BindingFilter | (Optional) An optional filter function to match bindings. If not present, the listener will be notified of all binding events. |
| observe | ContextObserverFn | Listen on bind, unbind, or other events |