Trilium Frontend API
    Preparing search index...

    Class TouchBarSlider

    Index

    Constructors

    Properties

    Constructors

    Properties

    label: string

    A string representing the slider's current text. Changing this value immediately updates the slider in the touch bar.

    maxValue: number

    A number representing the slider's current maximum value. Changing this value immediately updates the slider in the touch bar.

    minValue: number

    A number representing the slider's current minimum value. Changing this value immediately updates the slider in the touch bar.

    value: number

    A number representing the slider's current value. Changing this value immediately updates the slider in the touch bar.