ElectronTouchBarPopoverConstructorOptions
Unofficial
Options for creating a ElectronTouchBarPopover.
Import:
import type { ElectronTouchBarPopoverConstructorOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronTouchBarPopoverConstructorOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| icon? | ElectronNativeImage | Popover button icon. | |
| items | ElectronTouchBar | Items to display in the popover. | |
| label? | string | Popover button text. | |
| showCloseButton? | boolean | Whether to display a close button on the left of the popover. |