Configurationinterface
Global notification settings
Properties (9)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| closeNotificationOnClick⚓︎ | boolean | x | x | If |
| enable⚓︎ | boolean | x | x | If |
| enableToasts⚓︎ | boolean | x | x | If |
| placement⚓︎ | NotificationPlacement | x | x | Describes the placement settings for the Notification Panel and the notification toasts. |
| showNotificationBadge⚓︎ | boolean | true | x | If |
| 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. |