mirror of https://github.com/grafana/grafana.git
597 B
597 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "DisplayProcessor" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DisplayProcessor type
DisplayProcessor type
Signature
export declare type DisplayProcessor = (value: any) => DisplayValue;
Import
import { DisplayProcessor } from '@grafana/data';