# JumpListSettings

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

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

Settings for app jump lists.

## Properties

- **`categories`** (`JumpListCategorySettings[]`, required)
  Categorized lists with actions to execute when the user clicks on them.
- **`enabled`** (`boolean`, required) default: `true`
  If `true`, will enable jump lists. When the user right-clicks on the taskbar icon of an io.Connect app
  (or on grouped taskbar icons), the context menu will show predefined categorized lists with actions.

## Related types

- [JumpListCategorySettings](https://docs.interop.io/desktop/reference/javascript/windows/jumplistcategorysettings/index.md)
