mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "FieldReducerInfo"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## FieldReducerInfo interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface FieldReducerInfo extends RegistryItem
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { FieldReducerInfo } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [emptyInputResult](#emptyinputresult-property) | <code>any</code> | |
|
|
| [reduce](#reduce-property) | <code>FieldReducer</code> | |
|
|
| [standard](#standard-property) | <code>boolean</code> | |
|
|
|
|
### emptyInputResult property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
emptyInputResult?: any;
|
|
```
|
|
|
|
### reduce property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
reduce?: FieldReducer;
|
|
```
|
|
|
|
### standard property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
standard: boolean;
|
|
```
|