mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 00:42:27 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
34 lines
829 B
Markdown
34 lines
829 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "getDisplayProcessor"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## getDisplayProcessor() function
|
|
|
|
### getDisplayProcessor() function
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare function getDisplayProcessor(options?: DisplayProcessorOptions): DisplayProcessor;
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getDisplayProcessor } from '@grafana/data';
|
|
```
|
|
<b>Parameters</b>
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | <code>DisplayProcessorOptions</code> | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
`DisplayProcessor`
|
|
|