Focus on a node

Hi Team,

How can we set focus on a particular node in the myDiagram window ?

Thanks

With

diagram.centerRect(node.actualBounds);

And optionally, diagram.select(node);

See: http://gojs.net/latest/intro/initialView.html for an example