mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
828 B
828 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "onUpdateDatasourceJsonDataOptionChecked" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
onUpdateDatasourceJsonDataOptionChecked variable
onUpdateDatasourceJsonDataOptionChecked variable
Signature
onUpdateDatasourceJsonDataOptionChecked: <J, S, K extends keyof J>(props: DataSourcePluginOptionsEditorProps<J, S>, key: K) => (event: import("react").SyntheticEvent<HTMLInputElement, Event>) => void
Import
import { onUpdateDatasourceJsonDataOptionChecked } from '@grafana/data';