AboutSupportDeveloper GuideVersion 38.126.82.64
interface JumpListCategory {
    items: (JumpListTask | JumpListSeparator)[];
    name?: string;
}

Properties

Properties

The set of tasks that will populate the JumpList.

name?: string

The display title for the category.

If omitted, items in this category will be placed into the standard 'Tasks' category. There can be only one such category, and it will always be displayed at the bottom of the JumpList.