Trilium Frontend API
    Preparing search index...

    Interface TouchBarPopoverConstructorOptions

    interface TouchBarPopoverConstructorOptions {
        icon?: NativeImage;
        items: TouchBar;
        label?: string;
        showCloseButton?: boolean;
    }
    Index

    Properties

    Popover button icon.

    items: TouchBar

    Items to display in the popover.

    label?: string

    Popover button text.

    showCloseButton?: boolean

    true to display a close button on the left of the popover, false to not show it. Default is true.