# JumpListCategorySettings

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

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

Settings for a jump list category.

## Properties

- **`actions`** (`JumpListActionSettings[]`, required)
  List of actions contained in the category.
- **`title`** (`string`, required)
  Title of the category to be displayed in the context menu.

## Related types

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