+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "GetFieldDisplayValuesOptions"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## GetFieldDisplayValuesOptions interface
Signature
```typescript
export interface GetFieldDisplayValuesOptions
```
Import
```typescript
import { GetFieldDisplayValuesOptions } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [autoMinMax](#autominmax-property) | boolean
| |
| [data](#data-property) | DataFrame[]
| |
| [fieldOptions](#fieldoptions-property) | FieldDisplayOptions
| |
| [replaceVariables](#replacevariables-property) | InterpolateFunction
| |
| [sparkline](#sparkline-property) | boolean
| |
| [theme](#theme-property) | GrafanaTheme
| |
### autoMinMax property
Signature
```typescript
autoMinMax?: boolean;
```
### data property
Signature
```typescript
data?: DataFrame[];
```
### fieldOptions property
Signature
```typescript
fieldOptions: FieldDisplayOptions;
```
### replaceVariables property
Signature
```typescript
replaceVariables: InterpolateFunction;
```
### sparkline property
Signature
```typescript
sparkline?: boolean;
```
### theme property
Signature
```typescript
theme: GrafanaTheme;
```