mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:32:22 +08:00
24 lines
811 B
Markdown
24 lines
811 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
onUpdateDatasourceJsonDataOptionChecked: <J, S, K extends keyof J>(props: DataSourcePluginOptionsEditorProps<J, S>, key: K) => (event: React.SyntheticEvent<HTMLInputElement>) => void
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { onUpdateDatasourceJsonDataOptionChecked } from '@grafana/data';
|
|
```
|