Trevixal API
    Preparing search index...

    Interface Menubar

    interface Menubar {
        element: HTMLElement;
        destroy(): void;
        setShortcutLabels(
            labels: Readonly<Record<string, string | null>> | undefined,
        ): void;
    }
    Index
    element: HTMLElement
    • Returns void

    • Re-print every shortcut; call it when the manager reports a rebind.

      Parameters

      • labels: Readonly<Record<string, string | null>> | undefined

      Returns void