# JumpListActionSettings

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

**Source**: https://docs.interop.io/desktop/reference/javascript/windows/jumplistactionsettings/index.html

Settings for a jump list action.

## Properties

- **`callback`** (`() => Promise<void>`, required)
  Callback that will be executed when the user clicks on the action.
- **`icon`** (`string`, required)
  Icon for the action to be displayed in the context menu.
- **`multiInstanceTitle`** (`string`, required)
  Title of the action to be displayed in the context menu when there are multiple instances with grouped taskbar icons.
- **`singleInstanceTitle`** (`string`, required)
  Title of the action to be displayed in the context menu when there is a single instance with a single taskbar icon.
