@grafana/scenes Framework Build reactive, data-driven Grafana plugin pages with declarative scene objects. Core Concepts Scenes composes a tree of objects: → → → layouts → panels. Each node can own data ( ), variables ( ), time ranges ( ), and behaviors ( ) that propagate down the tree. Quick Start: New Scene Page 1. Create the scene file 2. Create the page 3. Register in SceneApp Add the page to the pages array in the root scene file. Key Patterns Drilldowns (click-through navigation) Tabs (sub-pages within a detail view) Pass instead of on a . Each tab is itself a with its own scene. Query…