DashboardScene: Support for dashboard PanelContext actions via state hook (#76192)

* DashboardScene: Support for dashboard PanelContext actions via state hook

* Update

* Progress

* Update

* Update

* update
This commit is contained in:
Torkel Ödegaard
2023-10-13 11:42:42 +02:00
committed by GitHub
parent b6fb1e52f2
commit de8ab7efe7
14 changed files with 458 additions and 12 deletions

View File

@@ -187,6 +187,9 @@ type AnnotationPanelFilter struct {
// TODO docs
// FROM: AnnotationQuery in grafana-data/src/types/annotations.ts
type AnnotationQuery struct {
// Set to 1 for the standard annotation query all dashboards have by default.
BuiltIn *float32 `json:"builtIn,omitempty"`
// Ref to a DataSource instance
Datasource DataSourceRef `json:"datasource"`