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

Property Type Description
label string The slider's current text.
maxValue number The slider's current maximum value.
minValue number The slider's current minimum value.
value number The slider's current value.

Links to this page: