Skip to content

ElectronTouchBarSlider

Unofficial

A slider item for a ElectronTouchBar.

Import:

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

Signature:

export class ElectronTouchBarSlider

Properties

PropertyTypeDescription
labelstringThe slider's current text.
maxValuenumberThe slider's current maximum value.
minValuenumberThe slider's current minimum value.
valuenumberThe slider's current value.

Links to this page: