+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "FieldDisplayEditor"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
draft = true
+++
## FieldDisplayEditor class
Signature
```typescript
export declare class FieldDisplayEditor extends PureComponent
```
Import
```typescript
import { FieldDisplayEditor } from '@grafana/ui';
```
Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [onCalcsChange](#oncalcschange-property) | | (calcs: string[]) => void
| |
| [onDefaultsChange](#ondefaultschange-property) | | (value: FieldConfig) => void
| |
| [onLimitChange](#onlimitchange-property) | | (event: React.ChangeEvent<HTMLInputElement>) => void
| |
| [onShowValuesChange](#onshowvalueschange-property) | | (item: SelectableValue<boolean>) => void
| |
Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [render()](#render-method) | | |
### onCalcsChange property
Signature
```typescript
onCalcsChange: (calcs: string[]) => void;
```
### onDefaultsChange property
Signature
```typescript
onDefaultsChange: (value: FieldConfig) => void;
```
### onLimitChange property
Signature
```typescript
onLimitChange: (event: React.ChangeEvent) => void;
```
### onShowValuesChange property
Signature
```typescript
onShowValuesChange: (item: SelectableValue) => void;
```
### render method
Signature
```typescript
render(): JSX.Element;
```
Returns:
`JSX.Element`