Structure
NavigationNode
A node in the navigation tree.
struct NavigationNode
Topics
Initializers
Instance Properties
V
children
Child nodes (for expandable items).
V
id
A unique identifier for this node.
V
isBeta
Return whether this node is beta.
V
isDeprecated
Return whether this node is deprecated.
V
isExpandable
Return whether this node has children that can be expanded.
V
isExternal
Return whether this node is external.
V
isGroupMarker
Return whether this node is a group marker (section header).
V
nodeType
The navigation node type.
V
path
The URL path for this node (nil for group markers).
V
title
The display title for this node.
V
type
The type of this node (e.g., “module”, “struct”, “article”, “groupMarker”).