Skip to content

ElectronJumpListSettings

Unofficial

Current settings of the Windows Jump List.

Import:

import type { ElectronJumpListSettings } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronJumpListSettings

Properties

PropertyTypeDescription
minItemsnumberThe minimum number of items that will be shown in the Jump List.
removedItemsElectronJumpListItem[]Array of ElectronJumpListItem objects the user has explicitly removed from custom categories in the Jump List.

Links to this page: