mirror of https://github.com/grafana/grafana.git
34 lines
737 B
Markdown
34 lines
737 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "RunnerPlugin"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## RunnerPlugin() function
|
||
|
|
||
|
### RunnerPlugin() function
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare function RunnerPlugin({ handler }: any): Plugin;
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { RunnerPlugin } from '@grafana/ui';
|
||
|
```
|
||
|
<b>Parameters</b>
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| { handler } | <code>any</code> | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
`Plugin`
|
||
|
|