A single node of the navigation tree.
NavParentNode
A parent node containing other nodes.
Name
Description
Type
An array of child nodes.
If the node should be disabled.
The title to display in the node.
NavLeafNode
A leaf node of the navigation tree, representing a link.
Name
Description
Type
If the node should be disabled.
If the active match should be exact. (defaults to false.)
If the url is external to the current site.
The match string to show the node as active. (Defaults to the url.)
The title to display in the node.
The url to link to.