Keyboard navigation in GoJs canvas

Our requirement is to use “tab” key to focus on the various elements in GOJs canvas. As of now, we are using browser “tab” functionality which doesn’t shift the focus in a sequential manner inside the canvas.
Can you please drop some pointers on how to achieve it? Do we support navigation using tab?

You’ll need to intercept the “Tab” key: GoJS Commands -- Northwoods Software

Then you need to figure out the navigation order policy for your app.