Working with the Editor UI
Plugins can programmatically control the Framer interface, making them feel more integrated into the UI.
Going to a Node
You can automatically adjust the viewport's pan and zoom so that a node appears in the center. This is the equivalent to using Zoom to Selection in the UI, except you can use any list of Nodes.
If you already have a reference to a node, you can call zoomIntoView
directly on it.