Hi!
I am new and trying to build a complex UI node in gojs.
While it might sound abstract, I am not able to understand the fundamental blocks used for creating complex objects.
Could you share the philosophy/axioms of building UI components ?
( I found it close to flex positioning in css . Not sure if I understood it right )
There are different types of Panels, each with its own way of measuring and arranging its element GraphObjects. I’m not sure which type of Panel you were looking at that you thought was similar to a flex panel in HTML/CSS – there are several types of GoJS Panels that share some characteristics with flex.