Interface: VitePressSidebarItem
Minimal VitePress sidebar item shape used by generated API docs.
Signature
ts
export interface VitePressSidebarItemProperties
| Name | Type | Description |
|---|---|---|
collapsed (optional) | boolean | Whether this item's nested children start collapsed. |
items (optional) | VitePressSidebarItem[] | Nested sidebar items displayed below this item. |
link (optional) | string | VitePress route path opened when the sidebar item is selected. |
text (optional) | string | Text label displayed in the VitePress sidebar. |