Skip to main content

Interface: NotificationConfig

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

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

Properties

downAlertCooldownMs

downAlertCooldownMs: number

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


enabled

enabled: boolean

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


mutedSiteNotificationIdentifiers?

optional mutedSiteNotificationIdentifiers: readonly string[]

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

Optional list of muted site identifiers for system notifications.


playSound

playSound: boolean

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


restoreRequiresOutage

restoreRequiresOutage: boolean

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


showDownAlerts

showDownAlerts: boolean

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


showUpAlerts

showUpAlerts: boolean

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