ElectronJumpListCategory
Unofficial
A category in a Windows Jump List.
Import:
import type { ElectronJumpListCategory } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronJumpListCategoryProperties
| Property | Type | Description | |
|---|---|---|---|
| items? | ElectronJumpListItem[] | Array of ElectronJumpListItem objects if type is tasks or custom, otherwise omitted. | |
| name? | string | Must be set if type is custom, otherwise omitted. | |
| type? | 'custom' | 'frequent' | 'recent' | 'tasks' | The type of the category. |