Navigate View
view_navigateNavigate to specific pages or nodes in the Figma editor by providing their IDs.
Instructions
Navigate the editor view to a page or node(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of page or node IDs to navigate to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | The ID of the target page transitioned to | |
| pageName | No | The name of the target page transitioned to | |
| success | No | Whether navigation was successful | |
| count | No | Number of selected nodes | |
| selectedNodes | No | List of selected nodes | |
| message | No | Status message |