Header menu logo fable-electron-docs-api

TouchBarPopover Type

⚠ Process Availability: Main ✔ | Renderer ❌ | Utility ❌ | Exported ❌

Create a popover in the touch bar for native macOS applicationsProcess: Main This class is not exported from the 'electron' module. It is only available as a return value of other methods in the Electron API.

Constructors

Constructor Description

TouchBarPopover(items, ?label, ?icon, ?showCloseButton)

Full Usage: TouchBarPopover(items, ?label, ?icon, ?showCloseButton)

Parameters:
    items : TouchBar - Items to display in the popover.
    ?label : string - Popover button text.
    ?icon : NativeImage - Popover button icon.
    ?showCloseButton : bool - true to display a close button on the left of the popover, false to not show it. Default is true.

Returns: TouchBarPopover
items : TouchBar

Items to display in the popover.

?label : string

Popover button text.

?icon : NativeImage

Popover button icon.

?showCloseButton : bool

true to display a close button on the left of the popover, false to not show it. Default is true.

Returns: TouchBarPopover

Instance members

Instance member Description

this.icon

Full Usage: this.icon

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

this.label

Full Usage: this.label

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

Type something to start searching.