NavNodeinterface
A node in the sidebar navigation tree.
Organized hierarchically by module or kind, with declarations at the leaves.
Properties
childrenproperty
Type
children: NavNode[]
Child nodes (for modules or nested containers).
flagsproperty
Type
flags: { beta?: boolean; deprecated?: boolean }
Optional flags (deprecated, beta).
kindproperty
Type
kind: string
Kind of declaration (class, function, module, etc.). Used to select icons.
labelproperty
Type
label: string
Display label for this node.
urlproperty
Type
url: string
URL of the page this node links to.