# Configuration

**Kind**: interface | **Module**: [Notifications](https://docs.interop.io/browser/reference/javascript/notifications/index.md)

**Source**: https://docs.interop.io/browser/reference/javascript/notifications/configuration/index.html

Global notification settings

## Properties

- **`enable`** (`boolean`, optional)
  If `true`, will enable all notifications.
- **`enableToasts`** (`boolean`, optional)
  If `true`, will enable notification toasts.
- **`showNotificationBadge`** (`boolean`, optional) default: `true` *(since io.Connect Browser 4.0)*
  If `true`, will enable showing a notification badge in the io.Connect Home App.
- **`sourceFilter`** (`NotificationFilter`, optional)
  Filter with names of apps that are allowed or not allowed to raise notifications.

## Related types

- [NotificationFilter](https://docs.interop.io/browser/reference/javascript/notifications/notificationfilter/index.md)
