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

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.