Skip to content

ElectronTouchBar

Unofficial

Electron TouchBar for building a macOS Touch Bar layout.

Import:

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

Signature:

export class ElectronTouchBar

Properties

Property Type Description
escapeItem ElectronTouchBarButton | ElectronTouchBarColorPicker | ElectronTouchBarGroup | ElectronTouchBarLabel | ElectronTouchBarPopover | ElectronTouchBarScrubber | ElectronTouchBarSegmentedControl | ElectronTouchBarSlider | ElectronTouchBarSpacer | null The item that replaces the "esc" button on the touch bar. Setting to null restores the default.
TouchBarButton typeof ElectronTouchBarButton Reference to the ElectronTouchBarButton class.
TouchBarColorPicker typeof ElectronTouchBarColorPicker Reference to the ElectronTouchBarColorPicker class.
TouchBarGroup typeof ElectronTouchBarGroup Reference to the ElectronTouchBarGroup class.
TouchBarLabel typeof ElectronTouchBarLabel Reference to the ElectronTouchBarLabel class.
TouchBarOtherItemsProxy typeof ElectronTouchBarOtherItemsProxy Reference to the ElectronTouchBarOtherItemsProxy class.
TouchBarPopover typeof ElectronTouchBarPopover Reference to the ElectronTouchBarPopover class.
TouchBarScrubber typeof ElectronTouchBarScrubber Reference to the ElectronTouchBarScrubber class.
TouchBarSegmentedControl typeof ElectronTouchBarSegmentedControl Reference to the ElectronTouchBarSegmentedControl class.
TouchBarSlider typeof ElectronTouchBarSlider Reference to the ElectronTouchBarSlider class.
TouchBarSpacer typeof ElectronTouchBarSpacer Reference to the ElectronTouchBarSpacer class.

Links to this page: