Skip to main content

Interface: NotificationConfig

Defined in: electron/services/notifications/NotificationService.ts:54

User-configurable notification preferences applied to outage/restore alerts.

Properties

downAlertCooldownMs

downAlertCooldownMs: number

Defined in: electron/services/notifications/NotificationService.ts:55


enabled

enabled: boolean

Defined in: electron/services/notifications/NotificationService.ts:56


mutedSiteNotificationIdentifiers?

optional mutedSiteNotificationIdentifiers?: readonly string[]

Defined in: electron/services/notifications/NotificationService.ts:58

Optional list of muted site identifiers for system notifications.


playSound

playSound: boolean

Defined in: electron/services/notifications/NotificationService.ts:59


restoreRequiresOutage

restoreRequiresOutage: boolean

Defined in: electron/services/notifications/NotificationService.ts:60


showDownAlerts

showDownAlerts: boolean

Defined in: electron/services/notifications/NotificationService.ts:61


showUpAlerts

showUpAlerts: boolean

Defined in: electron/services/notifications/NotificationService.ts:62