Ir para o conteúdo principal

Class: TouchBarSpacer

Class: TouchBarSpacer

Create a spacer between two items 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 TouchBarSpacer(options)

  • options Object
    • size string (optional) - Size of spacer, possible values are:
      • small - Small space between items. Maps to NSTouchBarItemIdentifierFixedSpaceSmall. This is the default.
      • large - Large space between items. Maps to NSTouchBarItemIdentifierFixedSpaceLarge.
      • flexible - Take up all available space. Maps to NSTouchBarItemIdentifierFlexibleSpace.

Propriedades da Instância

As seguintes propriedades estão disponíveis em instâncias de TouchBarSpacer:

touchBarSpacer.size

A string representing the size of the spacer. Can be small, large or flexible.