# NotificationFilter

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

**Source**: https://docs.interop.io/desktop/reference/javascript/notifications/notificationfilter/index.html

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

## Properties

- **`allowed`** (`string[]`, optional)
  Array of names of apps allowed to raise notifications.
- **`blocked`** (`string[]`, optional)
  Array of names of apps not allowed to raise notifications.
- **`muted`** (`string[]`, optional) *(since io.Connect Desktop 9.6, @interopio/desktop 6.9.0)*
  Array of names of apps that are currently muted.
