Trilium Frontend API
    Preparing search index...

    Interface ShortcutHintSection

    A titled group of hints (e.g. "Zoom", "Navigation"). Omit titleKey for an untitled group.

    interface ShortcutHintSection {
        hints: ShortcutHint[];
        titleKey?: string;
    }
    Index
    hints: ShortcutHint[]
    titleKey?: string

    i18n key for the section header.