Skip to main content

Global notification settings.

Properties (9)

Property Type Default Required Description
closeNotificationOnClick⚓︎ boolean x x

If true, when the user clicks on the body of a notification in the Notification Panel, the notification will be removed from the list. Set to false if you want users to be able to click on the notification body (e.g., to copy text) without the notification disappearing from the Notification Panel.

io.Connect Desktop 9.6
enable⚓︎ boolean x x

If true, will enable all notifications - notification toasts and notifications in the Notification Panel.

enableToasts⚓︎ boolean x x

If true, will enable notification toasts.

placement⚓︎ NotificationPlacement x x

Describes the placement settings for the Notification Panel and the notification toasts.

showNotificationBadge⚓︎ boolean x x

If true, will enable showing a notification badge on the tray menu icon, in the "Notifications" section of the io.Connect launcher, and on the taskbar icon of the io.Connect launcher (or your shell app).

snooze⚓︎ { enabled?: boolean; duration?: number; } x x

Settings for snoozing notifications.

sourceFilter⚓︎ NotificationFilter x x

Filter with names of apps that are allowed or not allowed to raise notifications.

toastExpiry⚓︎ number x x

Interval in seconds after which the notification toasts will be hidden.

toasts⚓︎ { mode?: "single" | "stacked"; stackBy?: "severity" | "application"; } x x

Notification toast settings.