Field interface
Signature
export interface Field<T = any, V = Vector<T>>
Import
import { Field } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
config | FieldConfig |
Meta info about how field and how to display it |
display | DisplayProcessor |
Convert a value for display |
getLinks | (config: ValueLinkConfig) => Array<LinkModel<Field>> |
Get value data links with variables interpolated |
labels | Labels |
|
name | string |
Name of the field (column) |
state | FieldState | null |
Cached values with appropriate display and id values |
type | FieldType |
Field value type (string, number, etc) |
values | V |
config property
Meta info about how field and how to display it
Signature
config: FieldConfig;
display property
Convert a value for display
Signature
display?: DisplayProcessor;
getLinks property
Get value data links with variables interpolated
Signature
getLinks?: (config: ValueLinkConfig) => Array<LinkModel<Field>>;
labels property
Signature
labels?: Labels;
name property
Name of the field (column)
Signature
name: string;
state property
Cached values with appropriate display and id values
Signature
state?: FieldState | null;
type property
Field value type (string, number, etc)
Signature
type: FieldType;
values property
Signature
values: V;
Related Grafana resources
Opening keynote: What's new in Grafana 9?
Raj Dutt, Myrle Krantz, and Torkel Ödegaard unveil what's new in Grafana 9. Watch the opening keynote presentation from GrafanaCONline 2022. On-demand.
Unify your data with Grafana plugins: Splunk, MongoDB, Datadog, and more
Show how Grafana can be used to take data from multiple different sources and unify it, without disrupting the investments that are working today.
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.