+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "TransformerRegistyItem" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## TransformerRegistyItem interface Signature ```typescript export interface TransformerRegistyItem extends RegistryItem ``` Import ```typescript import { TransformerRegistyItem } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [editor](#editor-property) | React.ComponentType<TransformerUIProps<TOptions>> | React component used as UI for the transformer | | [transformation](#transformation-property) | DataTransformerInfo<TOptions> | Object describing transformer configuration | ### editor property React component used as UI for the transformer Signature ```typescript editor: React.ComponentType>; ``` ### transformation property Object describing transformer configuration Signature ```typescript transformation: DataTransformerInfo; ```