UNPKG

@eclipse-scout/core

Version:
8 lines 422 B
import { AppLinkActionEvent, Event, Notification, PropertyChangeEvent, Status, WidgetEventMap } from '../index'; export interface NotificationEventMap extends WidgetEventMap { 'appLinkAction': AppLinkActionEvent; 'close': Event<Notification>; 'propertyChange:closable': PropertyChangeEvent<boolean>; 'propertyChange:status': PropertyChangeEvent<Status>; } //# sourceMappingURL=NotificationEventMap.d.ts.map