a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
665 B
665 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "PanelOptionEditorsRegistry" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++
PanelOptionEditorsRegistry type
PanelOptionEditorsRegistry type
Signature
export declare type PanelOptionEditorsRegistry = Registry<PanelOptionsEditorItem>;
Import
import { PanelOptionEditorsRegistry } from '@grafana/data';