StandardEditorsRegistryItem interface

Signature

  1. export interface StandardEditorsRegistryItem<TValue = any, TSettings = any> extends RegistryItem

Import

  1. import { StandardEditorsRegistryItem } from '@grafana/data';

Properties

PropertyTypeDescription
editorComponentType<StandardEditorProps<TValue, TSettings>>
settingsTSettings

editor property

Signature

  1. editor: ComponentType<StandardEditorProps<TValue, TSettings>>;

settings property

Signature

  1. settings?: TSettings;