DataSourcePluginOptionsEditorProps interface

Signature

  1. export interface DataSourcePluginOptionsEditorProps<JSONData = DataSourceJsonData, SecureJSONData = {}>

Import

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

Properties

PropertyTypeDescription
onOptionsChange(options: DataSourceSettings<JSONData, SecureJSONData>) => void
optionsDataSourceSettings<JSONData, SecureJSONData>

onOptionsChange property

Signature

  1. onOptionsChange: (options: DataSourceSettings<JSONData, SecureJSONData>) => void;

options property

Signature

  1. options: DataSourceSettings<JSONData, SecureJSONData>;