UNPKG

@eclipse-scout/core

Version:
8 lines 575 B
import { NativeNotificationVisibility, NotificationEventMap, PropertyChangeEvent, Status } from '../../index'; export interface DesktopNotificationEventMap extends NotificationEventMap { 'propertyChange:nativeNotificationShown': PropertyChangeEvent<boolean>; 'propertyChange:nativeNotificationStatus': PropertyChangeEvent<Status>; 'propertyChange:nativeNotificationTitle': PropertyChangeEvent<string>; 'propertyChange:nativeNotificationVisibility': PropertyChangeEvent<NativeNotificationVisibility>; } //# sourceMappingURL=DesktopNotificationEventMap.d.ts.map