Page Contents
Home > @loopback/context > Notification
Notification interface
Event data for observer notifications
Signature:
export interface Notification extends ContextEvent
Extends: ContextEvent
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [observers](/doc/en/lb4/apidocs.context.notification.observers.html) | Set<[ContextEventObserver](/doc/en/lb4/apidocs.context.contexteventobserver.html)> | A snapshot of observers when the original event is emitted |