grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

Add shouldCheckForChanges property to SceneObject interface #703

Closed kaydelaney closed 5 months ago

kaydelaney commented 5 months ago

Adds a new property to the SceneObject interface in service of simplifying tracking of changes. See https://github.com/grafana/grafana/pull/86719 for main changes

torkelo commented 5 months ago

Alternative idea: https://github.com/grafana/grafana/pull/86751

kaydelaney commented 5 months ago

Closing in favor of Torkel's PR