# Action

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

**Source**: https://docs.interop.io/desktop/reference/javascript/modals/action/index.html

Describes an alert action represented as an alert button.

## Properties

- **`clickInterop`** (`InteropSettings`, required)
  Settings for invoking an Interop method when the alert action button is clicked.
- **`id`** (`string`, required)
  ID for the alert action.
- **`title`** (`string`, required)
  Title for the alert action.

## Related types

- [InteropSettings](https://docs.interop.io/desktop/reference/javascript/modals/interopsettings/index.md)
