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

@@ -176,6 +176,9 @@ lineage: schemas: [{
// TODO -- this should not exist here, it is based on the --grafana-- datasource
type?: string @grafanamaturity(NeedsExpertReview)
// Set to 1 for the standard annotation query all dashboards have by default.
builtIn?: number | *0
// unless datasources have migrated to the target+mapping,
// they just spread their query into the base object :(
...