updateDatasourcePluginOption() function

updateDatasourcePluginOption() function

Signature

  1. export declare function updateDatasourcePluginOption<J, S extends {} = KeyValue>(props: DataSourcePluginOptionsEditorProps<J, S>, key: keyof DataSourceSettings, val: any): void;

Import

  1. import { updateDatasourcePluginOption } from '@grafana/data';

Parameters

ParameterTypeDescription
propsDataSourcePluginOptionsEditorProps<J, S>
keykeyof DataSourceSettings
valany

Returns:

void