updateDatasourcePluginOption() function
updateDatasourcePluginOption() function
Signature
export declare function updateDatasourcePluginOption<J, S extends {} = KeyValue>(props: DataSourcePluginOptionsEditorProps<J, S>, key: keyof DataSourceSettings, val: any): void;
Import
import { updateDatasourcePluginOption } from '@grafana/data';
Parameters
Parameter | Type | Description |
---|---|---|
props | DataSourcePluginOptionsEditorProps<J, S> | |
key | keyof DataSourceSettings | |
val | any |
Returns:
void