How to get Node unique identifier

I want to get this highlighted Node id in node js file how to achieve it?

What problem are you trying to solve that you think you need this value?

Assuming you mean for a node you are creating, then this.id will be its identifier.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.