Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I would like to file an issue, but I didn't find a better place that this.I have a code that is fully written in TypeScript.TypeScript emits "use strict" into all the generated JavaScript files.I was then using neXt to draw a topology, but I ne...
Hello,How can I remove a node from a nodeset without fully removing the node from the topology? I just want a node that is inside a nodeset to become outside it after the user triggers a specfic event.I tried removing by getting the vertexset of the ...
Hello all,I posted a question earlier but it seems to have disappeared.I have created a nodeset, and I want to add nodes dynamically to it.What is the right way to do that? I couldn't find anything in the documentation.Thank you.Regards,
Hello all,I have a nodeSet that was already created and now I want to add new nodes to it.I'm doing this when the nodeset is expanded. My code goes as follows:topo.on('beforeExpandNodeSet', (sender, nodeSet) => { var lanInfo = this._topologyCl...
Hello,Unfortunately no, now, whenever I want to call inherited, I go instead to the parent class, take the code, and copy/paste it instead.The problem is that the "caller" cannot be used in strict mode, so the implementation of inherited must be chan...