+++ # ----------------------------------------------------------------------- # 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 Signature ```typescript export declare function RunnerPlugin({ handler }: any): Plugin; ``` Import ```typescript import { RunnerPlugin } from '@grafana/ui'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | { handler } | any | | Returns: `Plugin`