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

feat: sceneGraph.findByKey(AndType) #753

Closed darrenjaneczek closed 3 months ago

darrenjaneczek commented 4 months ago

Additional functions on sceneGraph to search for a single scene object by its key (and optionally to check it matches a specific type).

Based on feedback here:

Please check the suitability of the labels.

📦 Published PR as canary version: 4.25.0--canary.753.9269482662.0
:sparkles: Test out this PR locally via: ```bash npm install @grafana/scenes@4.25.0--canary.753.9269482662.0 # or yarn add @grafana/scenes@4.25.0--canary.753.9269482662.0 ```