ManualNavigationNode

case class ManualNavigationNode(title: SpanSequence, target: Option[ExternalTarget], entries: Seq[NavigationNodeConfig]) extends NavigationNodeConfig

The configuration for a manual entry in the navigation tree. The entry can have further children which may in turn be either manual or automatically generated nodes.

Value parameters:
entries

the children of this node, either manual or automatically generated

target

the external link for this node (if missing this node just generates a navigation header as a separator within the tree)

title

the title for this entry when getting rendered as a link

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product