mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 10:50:19 +08:00

* 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 = "FieldOverrideEditorProps"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## FieldOverrideEditorProps interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface FieldOverrideEditorProps<TValue, TSettings> extends Omit<StandardEditorProps<TValue>, 'item'>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { FieldOverrideEditorProps } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [context](#context-property) | <code>FieldOverrideContext</code> | |
|
|
| [item](#item-property) | <code>FieldConfigPropertyItem<TValue, TSettings></code> | |
|
|
|
|
### context property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
context: FieldOverrideContext;
|
|
```
|
|
|
|
### item property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
item: FieldConfigPropertyItem<TValue, TSettings>;
|
|
```
|