+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "FieldDisplayOptions"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## FieldDisplayOptions interface
Signature
```typescript
export interface FieldDisplayOptions extends FieldConfigSource
```
Import
```typescript
import { FieldDisplayOptions } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [calcs](#calcs-property) | string[]
| |
| [limit](#limit-property) | number
| |
| [values](#values-property) | boolean
| |
### calcs property
Signature
```typescript
calcs: string[];
```
### limit property
Signature
```typescript
limit?: number;
```
### values property
Signature
```typescript
values?: boolean;
```