NavigationItemProps Type — supabase Architecture
Architecture documentation for the NavigationItemProps type/interface in side-navigation-item.tsx from the supabase codebase.
Entity Profile
Source Code
apps/learn/components/side-navigation-item.tsx lines 16–24
interface NavigationItemProps
extends Omit<LinkProps, 'href'>,
Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'> {
item: SidebarNavItem
onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void
level?: number
internalPaths?: string[]
isLoggedIn?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free