# JumpListCategory

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

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

Describes a jump list category.

## Properties

- **`actions`** (`JumpListActionsAPI`, required)
  API for managing jump list actions within a category.
- **`title`** (`string`, required)
  Title of the category.

## Related types

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