Skip to content

ElectronApp.setJumpList method

ElectronApp › setJumpList

Unofficial

Sets or removes a custom Jump List for the application. Windows only.

Signature:

setJumpList(categories: ElectronJumpListCategory[] | null): void

Parameters:

ParameterTypeDescription
categoriesElectronJumpListCategory[] | nullThe Jump List categories, or null to restore the standard Jump List.

Returns: void