a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
45 lines
1.1 KiB
Markdown
45 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"
|
|
draft = true
|
|
+++
|
|
|
|
## 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;
|
|
```
|