API Reference > @next-core/brick-types > SidebarMenu
SidebarMenu interface
侧边栏菜单配置。
Signature:
export interface SidebarMenu
Properties
| Property | Type | Description |
|---|---|---|
| defaultCollapsed | boolean | 是否默认折叠。 |
| defaultCollapsedBreakpoint | number | 针对小于特定尺寸的屏幕(例如 1600px),是否默认折叠。 |
| icon | MenuIcon | 菜单标题对应的图标。 |
| link | LocationDescriptor | 菜单标题对应的链接地址。 |
| menuItems | SidebarMenuItem[] | 菜单项列表。 |
| showRelatedApps | boolean | 是否显示关联应用。 |
| title | string | 菜单标题。 |