# ActionEvent

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

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

Describes a notification action event.

## Properties

- **`action`** (`string`, required)
  The name of the notification action executed by the user.
- **`type`** (`"onaction"`, required)
  Type of the notification event.
