Docs: updated packages reference docs for 7.1.0-beta1. (#25958)
This commit is contained in:
@@ -12,7 +12,7 @@ type = "docs"
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
export interface StandardEditorProps<TValue = any, TSettings = any>
|
||||
export interface StandardEditorProps<TValue = any, TSettings = any, TOptions = any>
|
||||
```
|
||||
<b>Import</b>
|
||||
|
||||
@@ -23,10 +23,19 @@ import { StandardEditorProps } from '@grafana/data';
|
||||
|
||||
| Property | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| [context](#context-property) | <code>StandardEditorContext<TOptions></code> | |
|
||||
| [item](#item-property) | <code>StandardEditorsRegistryItem<TValue, TSettings></code> | |
|
||||
| [onChange](#onchange-property) | <code>(value?: TValue) => void</code> | |
|
||||
| [value](#value-property) | <code>TValue</code> | |
|
||||
|
||||
### context property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
```typescript
|
||||
context: StandardEditorContext<TOptions>;
|
||||
```
|
||||
|
||||
### item property
|
||||
|
||||
<b>Signature</b>
|
||||
|
||||
Reference in New Issue
Block a user