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