mirror of https://github.com/grafana/grafana.git
651 B
651 B
+++
-----------------------------------------------------------------------
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
export declare type PanelOptionEditorsRegistry = Registry<PanelOptionsEditorItem>;
Import
import { PanelOptionEditorsRegistry } from '@grafana/data';