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