Header menu logo fable-electron-docs-api

JumpListCategory Type

[!NOTE] If a JumpListCategory object has neither the type nor the name property set then its type is assumed to be tasks. If the name property is set but the type property is omitted then the type is assumed to be custom.> [!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.

Constructors

Constructor Description

JumpListCategory(?type, ?name, ?items)

Full Usage: JumpListCategory(?type, ?name, ?items)

Parameters:
    ?type : Type - One of the following:
    ?name : string - Must be set if type is custom, otherwise it should be omitted.
    ?items : JumpListItem[] - Array of JumpListItem objects if type is tasks or custom, otherwise it should be omitted.

Returns: JumpListCategory
?type : Type

One of the following:

?name : string

Must be set if type is custom, otherwise it should be omitted.

?items : JumpListItem[]

Array of JumpListItem objects if type is tasks or custom, otherwise it should be omitted.

Returns: JumpListCategory

Instance members

Instance member Description

this.items

Full Usage: this.items

Array of JumpListItem objects if type is tasks or custom, otherwise it should be omitted.

this.name

Full Usage: this.name

Must be set if type is custom, otherwise it should be omitted.

this.type

Full Usage: this.type

One of the following:

Type something to start searching.