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
.
Свойства экземпляра