+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "StandardEditorsRegistryItem" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## StandardEditorsRegistryItem interface Signature ```typescript export interface StandardEditorsRegistryItem extends RegistryItem ``` Import ```typescript import { StandardEditorsRegistryItem } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [editor](#editor-property) | ComponentType<StandardEditorProps<TValue, TSettings>> | | | [settings](#settings-property) | TSettings | | ### editor property Signature ```typescript editor: ComponentType>; ``` ### settings property Signature ```typescript settings?: TSettings; ```