Interface: NotificationPreferenceUpdate
Defined in: shared/types/notifications.ts:40
Payload for updating system notification preferences.
Propertiesโ
mutedSiteNotificationIdentifiers?โ
optional mutedSiteNotificationIdentifiers?: readonly string[];
Defined in: shared/types/notifications.ts:45
Optional list of site identifiers for which system notifications should be muted.
systemNotificationsEnabledโ
systemNotificationsEnabled: boolean;
Defined in: shared/types/notifications.ts:50
Whether operating-system notifications should be displayed for monitor status changes.
systemNotificationsSoundEnabledโ
systemNotificationsSoundEnabled: boolean;
Defined in: shared/types/notifications.ts:55
Whether operating-system notifications are allowed to emit a sound when supported by the host platform.