Hello, I am trying to filter an object cy.nodes() with elements with id =1. in order to apply a function myFunc() like this : cy.nodes().forEach(myFunc)
The problem is that I don't know what the results means in my JS console, what are pa, and Oe, and _private ?
And how can I filter this object to get only objects with id:1 ?
Thank you
Edit : Cannot reproduce minimal example