+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "DataTransformerConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## DataTransformerConfig interface Signature ```typescript export interface DataTransformerConfig ``` Import ```typescript import { DataTransformerConfig } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [id](#id-property) | string | Unique identifier of transformer | | [options](#options-property) | TOptions | Options to be passed to the transformer | ### id property Unique identifier of transformer Signature ```typescript id: string; ``` ### options property Options to be passed to the transformer Signature ```typescript options: TOptions; ```