mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:42:15 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
71 lines
1.4 KiB
Markdown
71 lines
1.4 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "CalculateFieldTransformerOptions"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## CalculateFieldTransformerOptions interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface CalculateFieldTransformerOptions
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { CalculateFieldTransformerOptions } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [alias](#alias-property) | <code>string</code> | |
|
|
| [include](#include-property) | <code>string</code> | |
|
|
| [nullValueMode](#nullvaluemode-property) | <code>NullValueMode</code> | |
|
|
| [reducer](#reducer-property) | <code>ReducerID</code> | |
|
|
| [replaceFields](#replacefields-property) | <code>boolean</code> | |
|
|
|
|
### alias property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
alias?: string;
|
|
```
|
|
|
|
### include property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
include?: string;
|
|
```
|
|
|
|
### nullValueMode property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
nullValueMode?: NullValueMode;
|
|
```
|
|
|
|
### reducer property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
reducer: ReducerID;
|
|
```
|
|
|
|
### replaceFields property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
replaceFields?: boolean;
|
|
```
|