Objeto JumpListCategory
type
string (opcional) - Um dos seguintes:tarefas
- itens nesta categoria serão colocados na categoria detarefas
padrão. Só pode existir um de cada categoria, e sempre será mostrado no final da Jump List.frequente
- Exibe uma lista de arquivos abertos recentemente pelo aplicativo, o nome da categoria e seus itens são definidos pelo Windows.recent
- Exibe uma lista de arquivos abertos recentemente pelo aplicativo, o nome e a categoria de seus itens são definidos pelo Windows. Itens podem ser adicionados indiretamente a esta categoria usandoapp.addRecentDocument(path)
.custom
- Exibe tarefas ou links para arquivos, oname
precisa ser definido pelo aplicativo.
name
string (opcional) - Precisa ser definido se otype
écustom
, caso contrário deverá ser omitido.items
JumpListItem[] (optional) - Array of JumpListItem objects iftype
istasks
orcustom
, otherwise it should be omitted.
[!NOTE] If a
JumpListCategory
object has neither thetype
nor thename
property set then itstype
is assumed to betasks
. If thename
property is set but thetype
property is omitted then thetype
is assumed to becustom
.
[!NOTE] The maximum length of a Jump List item's
description
property is 260 characters. Beyond this limit, the item will not be added to the Jump List, nor will it be displayed.