Перейти к основному содержанию

Class: TouchBarPopover

Class: TouchBarPopover

Create a popover in the touch bar for native macOS applications

Процесс: Main
Этот класс не экспортируется из модуля 'electron'. Он доступен только в качестве возвращаемого значения других методов в Electron API.

new TouchBarPopover(options)

  • options Object
    • 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. По умолчанию - true.

Свойства экземпляра

Для экземпляров 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.