# NotificationAction

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

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

## Properties

- **`action`** (`string`, required)
- **`icon`** (`string`, optional)
- **`interop`** (`InteropActionSettings`, optional)
  set to make the action invoke an interop method with specific arguments
- **`title`** (`string`, required)

## Related types

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