cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "StandardEditorsRegistryItem"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## StandardEditorsRegistryItem interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface StandardEditorsRegistryItem<TValue = any, TSettings = any> extends RegistryItem
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { StandardEditorsRegistryItem } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [editor](#editor-property) | <code>ComponentType<StandardEditorProps<TValue, TSettings>></code> | |
|
|
| [settings](#settings-property) | <code>TSettings</code> | |
|
|
|
|
### editor property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
editor: ComponentType<StandardEditorProps<TValue, TSettings>>;
|
|
```
|
|
|
|
### settings property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
settings?: TSettings;
|
|
```
|