a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
25 lines
842 B
Markdown
25 lines
842 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "onUpdateDatasourceJsonDataOptionChecked"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
draft = true
|
|
+++
|
|
|
|
## onUpdateDatasourceJsonDataOptionChecked variable
|
|
|
|
### onUpdateDatasourceJsonDataOptionChecked variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
onUpdateDatasourceJsonDataOptionChecked: <J, S, K extends keyof J>(props: DataSourcePluginOptionsEditorProps<J, S>, key: K) => (event: import("react").SyntheticEvent<HTMLInputElement, Event>) => void
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { onUpdateDatasourceJsonDataOptionChecked } from '@grafana/data';
|
|
```
|