Home / Type/ MenuItem Type — supabase Architecture

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
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free