Header menu logo fable-electron-docs-api

GetJumpListSettings Type

Constructors

Constructor Description

GetJumpListSettings(minItems, removedItems)

Full Usage: GetJumpListSettings(minItems, removedItems)

Parameters:
    minItems : int - The minimum number of items that will be shown in the Jump List (for a more detailed description of this value see the MSDN docs).
    removedItems : JumpListItem[] - Array of JumpListItem objects that correspond to items that the user has explicitly removed from custom categories in the Jump List. These items must not be re-added to the Jump List in the **next** call to app.setJumpList(), Windows will not display any custom category that contains any of the removed items.

Returns: GetJumpListSettings
minItems : int

The minimum number of items that will be shown in the Jump List (for a more detailed description of this value see the MSDN docs).

removedItems : JumpListItem[]

Array of JumpListItem objects that correspond to items that the user has explicitly removed from custom categories in the Jump List. These items must not be re-added to the Jump List in the **next** call to app.setJumpList(), Windows will not display any custom category that contains any of the removed items.

Returns: GetJumpListSettings

Instance members

Instance member Description

this.minItems

Full Usage: this.minItems

The minimum number of items that will be shown in the Jump List (for a more detailed description of this value see the MSDN docs).

this.removedItems

Full Usage: this.removedItems

Array of JumpListItem objects that correspond to items that the user has explicitly removed from custom categories in the Jump List. These items must not be re-added to the Jump List in the next call to app.setJumpList(), Windows will not display any custom category that contains any of the removed items.

Type something to start searching.