Skip to main content

API for managing window jump lists.

Properties (1)

Property Type Default Required Description
categories⚓︎ JumpListCategoriesAPI x

API for managing jump list categories.

2 Methods

isEnabled()⚓︎

() => Promise<boolean>

If true, jump lists are enabled.

setEnabled()⚓︎

(enabled: boolean) => Promise<void>

Enables or disables jump lists.

Parameters (1)

Name Type Required Description
enabled⚓︎ boolean

Flag indicating whether to enable or disable jump lists.