Interface: NotificationConfig
Defined in: electron/services/notifications/NotificationService.ts:67
User-configurable notification preferences applied to outage/restore alerts.
Properties
downAlertCooldownMs
downAlertCooldownMs: number;
Defined in: electron/services/notifications/NotificationService.ts:68
enabled
enabled: boolean;
Defined in: electron/services/notifications/NotificationService.ts:69
mutedSiteNotificationIdentifiers?
optional mutedSiteNotificationIdentifiers?: readonly string[];
Defined in: electron/services/notifications/NotificationService.ts:71
Optional list of muted site identifiers for system notifications.
playSound
playSound: boolean;
Defined in: electron/services/notifications/NotificationService.ts:72
restoreRequiresOutage
restoreRequiresOutage: boolean;
Defined in: electron/services/notifications/NotificationService.ts:73
showDownAlerts
showDownAlerts: boolean;
Defined in: electron/services/notifications/NotificationService.ts:74
showUpAlerts
showUpAlerts: boolean;
Defined in: electron/services/notifications/NotificationService.ts:75