mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
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" +++
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;