+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "onUpdateDatasourceJsonDataOptionSelect" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## onUpdateDatasourceJsonDataOptionSelect variable ### onUpdateDatasourceJsonDataOptionSelect variable Signature ```typescript onUpdateDatasourceJsonDataOptionSelect: (props: DataSourcePluginOptionsEditorProps, key: K) => (selected: SelectableValue) => void ``` Import ```typescript import { onUpdateDatasourceJsonDataOptionSelect } from '@grafana/data'; ```