24 lines
829 B
Markdown
24 lines
829 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "onUpdateDatasourceSecureJsonDataOptionSelect"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## onUpdateDatasourceSecureJsonDataOptionSelect variable
|
|
|
|
### onUpdateDatasourceSecureJsonDataOptionSelect variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
onUpdateDatasourceSecureJsonDataOptionSelect: <J, S extends {} = KeyValue<any>>(props: DataSourcePluginOptionsEditorProps<J, S>, key: string) => (selected: SelectableValue) => void
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { onUpdateDatasourceSecureJsonDataOptionSelect } from '@grafana/data';
|
|
```
|