Ir para o conteúdo principal

Class: TouchBarPopover

Class: TouchBarPopover

Create a popover in the touch bar for native macOS applications

Processo: Principal
Esta classe não é exportada do módulo 'electron'. Ele é somente disponibilizado como um valor de retorno de outros métodos na API Electron.

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. Por padrão é true.

Propriedades da Instância

As seguintes propriedades estão disponíveis em instâncias de 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.