* docs: document what experimental means explicitly * Apply suggestions from code review Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org> * Update experimental.md Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
		
			
				
	
	
	
	
		
			1,011 B
			
		
	
	
	
	
	
	
	
			
		
		
	
	
			1,011 B
			
		
	
	
	
	
	
	
	
Class: TouchBarPopover
Create a popover in the touch bar for native macOS applications
Process: Main
new TouchBarPopover(options)
optionsObjectlabelString (optional) - Popover button text.iconNativeImage (optional) - Popover button icon.itemsTouchBar - Items to display in the popover.showCloseButtonBoolean (optional) -trueto display a close button on the left of the popover,falseto not show it. Default istrue.
Instance Properties
The following properties are available on instances of 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.