Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
GetFieldDisplayValuesOptions interface
Signature
typescript
export interface GetFieldDisplayValuesOptions Import
typescript
import { GetFieldDisplayValuesOptions } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| data | DataFrame[] | |
| fieldConfig | FieldConfigSource | |
| reduceOptions | ReduceDataOptions | |
| replaceVariables | InterpolateFunction | |
| sparkline | boolean | |
| theme | GrafanaTheme2 | |
| timeZone | TimeZone |
data property
Signature
typescript
data?: DataFrame[];fieldConfig property
Signature
typescript
fieldConfig: FieldConfigSource;reduceOptions property
Signature
typescript
reduceOptions: ReduceDataOptions;replaceVariables property
Signature
typescript
replaceVariables: InterpolateFunction;sparkline property
Signature
typescript
sparkline?: boolean;theme property
Signature
typescript
theme: GrafanaTheme2;timeZone property
Signature
typescript
timeZone?: TimeZone;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more