AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface JumpListCategory

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

    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.