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 | Set<ContextEventObserver> | A snapshot of observers when the original event is emitted |