Zum Hauptteil springen

Class: TouchBarPopover

Class: TouchBarPopover

Erstellen Sie ein Popover in der Touchbar für native macOS-Anwendungen

Process: Main
This class is not exported from the 'electron' module. Es ist nur als Rückgabewert anderer Methoden in der Electron-API verfügbar.

new TouchBarPopover(options)

  • options Objekt
    • label string (optional) - Popover Button Text.
    • icon NativeImage (optional) - Popover button icon.
    • items TouchBar - Items to display in the popover.
    • showCloseButton boolean (optional) - true to display a close button on the left of the popover, false to not show it. Standard ist true.

Instanz Eigenschaften

The following properties are available on instances of TouchBarPopover:

touchBarPopover.label

A string representing the popover's current button text. Changing this value immediately updates the popover in the touch bar.

touchBarPopover.icon

A NativeImage representing the popover's current button icon. Changing this value immediately updates the popover in the touch bar.