ElectronJumpListSettings
Unofficial
Current settings of the Windows Jump List.
Import:
import type { ElectronJumpListSettings } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronJumpListSettingsProperties
| Property | Type | Description | |
|---|---|---|---|
| minItems | number | The minimum number of items that will be shown in the Jump List. | |
| removedItems | ElectronJumpListItem[] | Array of ElectronJumpListItem objects the user has explicitly removed from custom categories in the Jump List. |
Links to this page: