mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
748 B
748 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "onUpdateDatasourceOption" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
onUpdateDatasourceOption variable
onUpdateDatasourceOption variable
Signature
onUpdateDatasourceOption: (props: DataSourcePluginOptionsEditorProps, key: keyof DataSourceSettings) => (event: React.SyntheticEvent<HTMLInputElement | HTMLSelectElement>) => void
Import
import { onUpdateDatasourceOption } from '@grafana/data';