Home / Type/ NavItemWithChildren Type — supabase Architecture

NavItemWithChildren Type — supabase Architecture

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

Entity Profile

Source Code

apps/design-system/types/nav.ts lines 13–16

export interface NavItemWithChildren extends NavItem {
  items: NavItemWithChildren[]
  sortOrder?: 'manual' | 'alphabetical' // Sidebar navigation sort order for top-level sections
}

Analyze Your Own Codebase

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

Try Supermodel Free