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/learn/types/nav.ts lines 2–12

export interface NavItem {
  title: string
  href?: string
  disabled?: boolean
  external?: boolean
  new?: boolean
  icon?: any // to do: clean up later | keyof typeof Icons
  label?: string
  supportedFrameworks?: supportedFrameworks[]
  requiresAuth?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free