Themes

Layout/Types/NavLeafNode
NavLeafNode

A leaf node of the navigation tree, representing a link.

Name
Description
Type
disabled

If the node should be disabled.

boolean
exact

If the active match should be exact. (defaults to false.)

boolean
external

If the url is external to the current site.

boolean
match

The match string to show the node as active. (Defaults to the url.)

string
title

The title to display in the node.

string
url

The url to link to.

string