vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ReportColorRange

    interface ReportColorRange {
        aggregate?: ReportSummaryType;
        columnName: string;
        highBreakpoint?: number;
        highColor: string;
        lowBreakpoint?: number;
        lowColor: string;
        midColor: string;
    }
    Index

    Properties

    aggregate?: ReportSummaryType
    columnName: string
    highBreakpoint?: number
    highColor: string
    lowBreakpoint?: number
    lowColor: string
    midColor: string