mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:12:36 +08:00
24 lines
744 B
Markdown
24 lines
744 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "onUpdateDatasourceResetOption"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## onUpdateDatasourceResetOption variable
|
|
|
|
### onUpdateDatasourceResetOption variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
onUpdateDatasourceResetOption: (props: DataSourcePluginOptionsEditorProps, key: string) => (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { onUpdateDatasourceResetOption } from '@grafana/data';
|
|
```
|