Interface: ApiDocsNavItem
Navigation item generated from API docs metadata.
Signature
ts
export interface ApiDocsNavItemProperties
| Name | Type | Description |
|---|---|---|
children (optional) | ApiDocsNavItem[] | Nested navigation items for grouped modules or declaration hierarchies. |
path | string | VitePress link path for the generated API docs page. |
title | string | Human-readable title shown in generated navigation and sidebar items. |