Trilium Frontend API
    Preparing search index...

    Interface ProgressBarParams

    interface ProgressBarParams {
        color?: Color;
        legend?: string | true | ValueStringCallback;
        legendAlign?: Align;
        legendColor?: Color;
        max?: number;
        min?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: Color
    legend?: string | true | ValueStringCallback
    legendAlign?: Align
    legendColor?: Color
    max?: number
    min?: number