Skip to content

Interface: ApiDocsNavItem ​

Navigation item generated from API docs metadata.

Signature ​

ts
export interface ApiDocsNavItem

Properties ​

NameTypeDescription
children (optional)ApiDocsNavItem[]Nested navigation items for grouped modules or declaration hierarchies.
pathstringVitePress link path for the generated API docs page.
titlestringHuman-readable title shown in generated navigation and sidebar items.