Skip to content

ElectronJumpListCategory

Unofficial

A category in a Windows Jump List.

Import:

import type { ElectronJumpListCategory } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronJumpListCategory

Properties

PropertyTypeDescription
items?ElectronJumpListItem[]Array of ElectronJumpListItem objects if type is tasks or custom, otherwise omitted.
name?stringMust be set if type is custom, otherwise omitted.
type?'custom' | 'frequent' | 'recent' | 'tasks'The type of the category.