Trilium Frontend API
    Preparing search index...

    Interface TouchBarLabelConstructorOptions

    interface TouchBarLabelConstructorOptions {
        accessibilityLabel?: string;
        label?: string;
        textColor?: string;
    }
    Index

    Properties

    accessibilityLabel?: string

    A short description of the button for use by screenreaders like VoiceOver.

    label?: string

    Text to display.

    textColor?: string

    Hex color of text, i.e #ABCDEF.