freegroup / draw2d

Create Visio like drawings, diagrams or workflows with JavaScript and HTML5
https://freegroup.github.io/draw2d/#/examples
MIT License
738 stars 227 forks source link

Multigoup with setSemanticGroup #164

Open balika03 opened 3 years ago

balika03 commented 3 years ago

Hi How can I give more groups to the port with setSemanticGroup? For instance : this.getPorts().each( (i,port) => port.setSemanticGroup("person","animal") )? Because now I cant give a string array.

Or what alternative is?

Thank you in advance. Birtalan B.