grafana/docs/sources/packages_api/data/displayprocessor.md

24 lines
597 B
Markdown

+++
# -----------------------------------------------------------------------
# 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
<b>Signature</b>
```typescript
export declare type DisplayProcessor = (value: any) => DisplayValue;
```
<b>Import</b>
```typescript
import { DisplayProcessor } from '@grafana/data';
```