@eclipse-scout/core
Version:
Eclipse Scout runtime
8 lines • 575 B
TypeScript
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