mirror of
https://github.com/grafana/grafana.git
synced 2025-09-29 01:24:12 +08:00
Adding reload to datasourceSrv (#44217)
This commit is contained in:
@ -28,6 +28,11 @@ export interface DataSourceSrv {
|
||||
ref?: DataSourceRef | string | null,
|
||||
scopedVars?: ScopedVars
|
||||
): DataSourceInstanceSettings | undefined;
|
||||
|
||||
/**
|
||||
* Reloads the DataSourceSrv
|
||||
*/
|
||||
reload(): void;
|
||||
}
|
||||
|
||||
/** @public */
|
||||
|
Reference in New Issue
Block a user