FieldDisplay interface
Signature
export interface FieldDisplay
Import
import { FieldDisplay } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
colIndex | number |
|
display | DisplayValue |
|
field | FieldConfig |
|
getLinks | () => LinkModel[] |
|
hasLinks | boolean |
|
name | string |
|
rowIndex | number |
|
sparkline | FieldSparkline |
|
view | DataFrameView |
colIndex property
Signature
colIndex?: number;
display property
Signature
display: DisplayValue;
field property
Signature
field: FieldConfig;
getLinks property
Signature
getLinks?: () => LinkModel[];
hasLinks property
Signature
hasLinks: boolean;
name property
Signature
name: string;
rowIndex property
Signature
rowIndex?: number;
sparkline property
Signature
sparkline?: FieldSparkline;
view property
Signature
view?: DataFrameView;
Related Grafana video resources
Getting started with Grafana
Take a guided tour of Grafana and learn how to monitor a web service using Prometheus and Loki in this beginner-friendly webinar.
All about Grafana plugins: Visualizing disparate data sources in one place
Grafana Enterprise plugins are integrations with other commercial monitoring tools (such as Datadog, Splunk, New Relic, ServiceNow, Oracle, and Dynatrace) that are created, maintained, and supported by the Grafana Labs team.
Demo: Getting started with Grafana Enterprise and observability
Join the Grafana Labs team for a 30-minute demo of how to get started with the Grafana Stack, so you can go from zero to observability in just a few minutes.