Home / Type/ NavMenuConstant Type — supabase Architecture

NavMenuConstant Type — supabase Architecture

Architecture documentation for the NavMenuConstant type/interface in Navigation.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/components/Navigation/Navigation.types.ts lines 36–42

export type NavMenuConstant = Readonly<{
  title: string
  icon: string
  url?: `/${string}`
  items: ReadonlyArray<Partial<NavMenuSection>>
  enabled?: boolean
}>

Analyze Your Own Codebase

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

Try Supermodel Free