TouchBarPopoverConstructorOptions

Properties

Link copied to clipboard
abstract var icon: NativeImage?

Popover button icon.

Link copied to clipboard
abstract var items: TouchBar

Items to display in the popover.

Link copied to clipboard
abstract var label: String?

Popover button text.

Link copied to clipboard
abstract var showCloseButton: Boolean?

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