Rotation icon - can this be in 90º increments?

Rotation icon - can this be in 90º increments?
Rotation Icon can be incremented Or decremented by 90º?
Like gojs context menu rotation action in node.

Yes. Please read GoJS Tools -- Northwoods Software.

Can it be directly incremented 90º?
When rotation by handler.

Yes, as documented at RotatingTool | GoJS API, just set RotatingTool.snapAngleMultiple and RotatingTool.snapAngleEpsilon.

Thanks a lot.