+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ReduceTransformerOptions" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## ReduceTransformerOptions interface Signature ```typescript export interface ReduceTransformerOptions ``` Import ```typescript import { ReduceTransformerOptions } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [fields](#fields-property) | MatcherConfig | | | [reducers](#reducers-property) | ReducerID[] | | ### fields property Signature ```typescript fields?: MatcherConfig; ``` ### reducers property Signature ```typescript reducers: ReducerID[]; ```