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

ScenesReact: Add useQueryVariable hook #822

Open mdvictor opened 2 months ago

mdvictor commented 2 months ago

Adds a useQueryVariable hook that allows a user to define a QueryVariable and manipulate it.

mdvictor commented 2 months ago

I renamed this to useQueryVariable as it seems more intune to the specifications - a hook that will create a queryVar and can be used to pull options for various scenarios.