+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "PanelOptionEditorsRegistry" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## PanelOptionEditorsRegistry type ### PanelOptionEditorsRegistry type Signature ```typescript export declare type PanelOptionEditorsRegistry = Registry; ``` Import ```typescript import { PanelOptionEditorsRegistry } from '@grafana/data'; ```