GoJS+ Highlighting newly added node

@walter Thanks a lot for the info . Solved the issue like putting code

node = diagram.findNodeForKey(key);
 diagram.select(node);

And it gets Selected. That meets my expectation , but just curious, is there any way we can control the border, say show border (blue border) for 10 seconds. @walter . Right now it will be on focussed till you perform any action in diagram