Interface: NotificationPreferenceUpdate
Defined in: shared/types/notifications.ts:14
Payload for updating system notification preferences.
Propertiesโ
mutedSiteNotificationIdentifiers?โ
optionalmutedSiteNotificationIdentifiers: readonlystring[]
Defined in: shared/types/notifications.ts:19
Optional list of site identifiers for which system notifications should be muted.
systemNotificationsEnabledโ
systemNotificationsEnabled:
boolean
Defined in: shared/types/notifications.ts:24
Whether operating-system notifications should be displayed for monitor status changes.
systemNotificationsSoundEnabledโ
systemNotificationsSoundEnabled:
boolean
Defined in: shared/types/notifications.ts:29
Whether operating-system notifications are allowed to emit a sound when supported by the host platform.