Overview
Navigation Node is used to display items in the Vertical Navigation Component
For detailed information on the Vertical Navigation Component please refer Vertical Navigation
You can add multiple Navigation Nodes inside the Vertical Navigation, also you can add multiple child nodes inside Navigation Nodes
Navigation Nodes means a vertical list of items that either take you to another page or to a different parts within the same page
...
You can set an icon to Navigation Node
Allows you to select types of icons such as Custom, Standard, Utility & Action
...
Category
Standard: Standard icons are available on the desktop by default
...
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
...