ElectronTouchBarScrubber
Unofficial
A scrubber item for a ElectronTouchBar.
Import:
import type { ElectronTouchBarScrubber } from '@obsidian-typings/obsidian-public-latest';Signature:
export class ElectronTouchBarScrubberProperties
| Property | Type | Description | |
|---|---|---|---|
| continuous | boolean | Whether this scrubber is continuous. | |
| items | ElectronScrubberItem[] | The items in this scrubber. | |
| mode | 'fixed' | 'free' | The mode of this scrubber. | |
| overlayStyle | 'background' | 'none' | 'outline' | The style that selected items in the scrubber should have, overlaid on top of the item. | |
| selectedStyle | 'background' | 'none' | 'outline' | The style that selected items in the scrubber should have. | |
| showArrowButtons | boolean | Whether to show the left / right selection arrows in this scrubber. |
Links to this page: