Type alias JumpListCategory

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

Type declaration

  • items: (JumpListTask | JumpListSeparator)[]

    The set of tasks that will populate the JumpList.

  • Optional 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.

Generated using TypeDoc