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

PropertyTypeDescription
autoMinMaxboolean
dataDataFrame[]
fieldConfigFieldConfigSource
reduceOptionsReduceDataOptions
replaceVariablesInterpolateFunction
sparklineboolean
themeGrafanaTheme
timeZoneTimeZone

autoMinMax property

Signature

typescript
autoMinMax?: boolean;

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: GrafanaTheme;

timeZone property

Signature

typescript
timeZone?: TimeZone;