mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(templating): good progress on new variable update code, #6048
This commit is contained in:
5
public/app/features/templating/variable.ts
Normal file
5
public/app/features/templating/variable.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
export interface Variable {
|
||||
setValue(option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user