mirror of https://github.com/grafana/grafana.git
1016 B
1016 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "TableCellDisplayMode" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
TableCellDisplayMode enum
TableCellDisplayMode enum
Signature
export declare enum TableCellDisplayMode
Import
import { TableCellDisplayMode } from '@grafana/ui';
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Auto | "auto" |
|
| ColorBackground | "color-background" |
|
| ColorText | "color-text" |
|
| GradientGauge | "gradient-gauge" |
|
| JSONView | "json-view" |
|
| LcdGauge | "lcd-gauge" |