Skip to content

ElectronTouchBarScrubber

Unofficial

A scrubber item for a ElectronTouchBar.

Import:

import type { ElectronTouchBarScrubber } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export class ElectronTouchBarScrubber

Properties

PropertyTypeDescription
continuousbooleanWhether this scrubber is continuous.
itemsElectronScrubberItem[]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.
showArrowButtonsbooleanWhether to show the left / right selection arrows in this scrubber.

Links to this page: