Skip to content

TableBarGaugeCellOptions🔗

Gauge cell options

Definition🔗

export interface TableBarGaugeCellOptions {
    type: common.TableCellDisplayMode.Gauge;
    mode?: common.BarGaugeDisplayMode;
    valueDisplayMode?: common.BarGaugeValueMode;
}