Skip to content

TableBarGaugeCellOptions🔗

Gauge cell options

Definition🔗

export interface TableBarGaugeCellOptions {
    type: "gauge";
    mode?: common.BarGaugeDisplayMode;
    valueDisplayMode?: common.BarGaugeValueMode;
}

Methods🔗

No methods.