# InteropActionSettings

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

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

Settings for invoking an Interop method when a notification or a notification action is clicked.

## Properties

- **`arguments`** (`any`, optional)
  Arguments for the Interop method invocation.
- **`method`** (`string`, required)
  Name of the Interop method to invoke.
- **`target`** (`"all" | "best"`, optional)
  Specifies which Interop servers to target when invoking the Interop method -
  `"all"` will invoke the method on all apps that have registered it,
  while `"best"` will invoke it only on the first app that has registered it.
