MenuItem Type — supabase Architecture
Architecture documentation for the MenuItem type/interface in Navigation.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/docs/components/Navigation/Navigation.types.ts lines 20–28
type MenuItem = {
label: string
icon?: string
href?: `/${string}` | `https://${string}`
level?: string
hasLightIcon?: boolean
community?: boolean
enabled?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free