# NotificationFilter

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

**Source**: https://docs.interop.io/browser/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.
