NavNodeinterface

A node in the sidebar navigation tree.

Organized hierarchically by module or kind, with declarations at the leaves.

Properties

childrenproperty

children: NavNode[]

Child nodes (for modules or nested containers).

flagsproperty

flags: { beta?: boolean; deprecated?: boolean }

Optional flags (deprecated, beta).

kindproperty

kind: string

Kind of declaration (class, function, module, etc.). Used to select icons.

labelproperty

label: string

Display label for this node.

urlproperty

url: string

URL of the page this node links to.