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:

Parameter Type Description
categories ElectronJumpListCategory[] | null The Jump List categories, or null to restore the standard Jump List.

Returns: void