Trilium Frontend API
    Preparing search index...

    Interface ScrubberItem

    interface ScrubberItem {
        icon?: NativeImage;
        label?: string;
    }
    Index

    Properties

    Properties

    The image to appear in this item.

    label?: string

    The text to appear in this item.