Dashboard Mode - Navigate to frame
Goal
Help users quickly jump to a specific frame in a Figma design file to review or present data visuals.
Help users quickly jump to a specific frame in a Figma design file to review or present data visuals.
| Frame Name | Description |
|---|---|
| Dashboard Overview | Main summary of sales KPIs |
| Sales by Region | Bar chart showing sales per region |
| Monthly Trends | Line chart of sales over months |
| Product Breakdown | Pie chart of sales by product category |
| Customer Feedback | Text and sentiment analysis visuals |
Navigation Action: Clicking a frame name or navigation button triggers the figma.viewport.scrollAndZoomIntoView([frame]) method to focus on that frame.
+----------------------+----------------------------+ | Frame List Panel | Current Frame View | | (Frame names list) | (Selected frame content) | | | | | | | | | | | | | | | | | | | +----------------------+----------------------------+ | Navigation Buttons (Prev / Next) | +-----------------------------------------------------------------------------+
When a user clicks a frame name in the Frame List Panel, the viewport scrolls to that frame. The Current Frame View updates to show that frame's content.
Navigation Buttons allow moving to the previous or next frame in the list, updating the Current Frame View and viewport accordingly.
If you click the "Sales by Region" frame in the Frame List Panel, which components update?