+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "StandardEditorProps"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## StandardEditorProps interface
Signature
```typescript
export interface StandardEditorProps
```
Import
```typescript
import { StandardEditorProps } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [context](#context-property) | StandardEditorContext<TOptions> | |
| [item](#item-property) | StandardEditorsRegistryItem<TValue, TSettings> | |
| [onChange](#onchange-property) | (value?: TValue) => void | |
| [value](#value-property) | TValue | |
### context property
Signature
```typescript
context: StandardEditorContext;
```
### item property
Signature
```typescript
item: StandardEditorsRegistryItem;
```
### onChange property
Signature
```typescript
onChange: (value?: TValue) => void;
```
### value property
Signature
```typescript
value: TValue;
```