+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "DataSourcePluginOptionsEditorProps" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## DataSourcePluginOptionsEditorProps interface Signature ```typescript export interface DataSourcePluginOptionsEditorProps ``` Import ```typescript import { DataSourcePluginOptionsEditorProps } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [onOptionsChange](#onoptionschange-property) | (options: DataSourceSettings<JSONData, SecureJSONData>) => void | | | [options](#options-property) | DataSourceSettings<JSONData, SecureJSONData> | | ### onOptionsChange property Signature ```typescript onOptionsChange: (options: DataSourceSettings) => void; ``` ### options property Signature ```typescript options: DataSourceSettings; ```