3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/docs/sources/packages_api/data/datatransformerconfig.md
Marcus Andersson a2d741f60f
Docs: run the api-extractor on master to update docs ()
* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
2020-04-21 10:41:50 +02:00

1.1 KiB

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "DataTransformerConfig" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++

DataTransformerConfig interface

Signature

export interface DataTransformerConfig<TOptions = any> 

Import

import { DataTransformerConfig } from '@grafana/data';

Properties

Property Type Description
id string Unique identifier of transformer
options TOptions Options to be passed to the transformer

id property

Unique identifier of transformer

Signature

id: string;

options property

Options to be passed to the transformer

Signature

options: TOptions;