...
Allows you to specify URL for nodes
For e.g. if you set https://www.google.co.in/ for a node, upon clicking the node you will be redirected to https://www.google.co.in/
URL comes with two targets
_self: Opens web page in the same tab
_blank: Opens web page in next tab
...