Home / Type/ NavItem Type — supabase Architecture

NavItem Type — supabase Architecture

Architecture documentation for the NavItem type/interface in nav.ts from the supabase codebase.

Entity Profile

Source Code

apps/design-system/types/nav.ts lines 3–11

export interface NavItem {
  title: string
  href?: string
  disabled?: boolean
  external?: boolean
  icon?: any // to do: clean up later | keyof typeof Icons
  label?: string
  priority?: boolean // If true, item appears first even when section is sorted alphabetically
}

Analyze Your Own Codebase

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

Try Supermodel Free