+++
# -----------------------------------------------------------------------
# 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
Signature
```typescript
export declare function getDisplayProcessor(options?: DisplayProcessorOptions): DisplayProcessor;
```
Import
```typescript
import { getDisplayProcessor } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | DisplayProcessorOptions
| |
Returns:
`DisplayProcessor`