1.8 KiB
1.8 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "FieldDisplay" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++
FieldDisplay interface
Signature
export interface FieldDisplay
Import
import { FieldDisplay } from '@grafana/data';
Properties
| Property | Type | Description |
|---|---|---|
| colIndex | number |
|
| display | DisplayValue |
|
| field | FieldConfig |
|
| getLinks | () => LinkModel[] |
|
| name | string |
|
| rowIndex | number |
|
| sparkline | GraphSeriesValue[][] |
|
| view | DataFrameView |
colIndex property
Signature
colIndex?: number;
display property
Signature
display: DisplayValue;
field property
Signature
field: FieldConfig;
getLinks property
Signature
getLinks?: () => LinkModel[];
name property
Signature
name: string;
rowIndex property
Signature
rowIndex?: number;
sparkline property
Signature
sparkline?: GraphSeriesValue[][];
view property
Signature
view?: DataFrameView;