MobileMenuContextType Type — supabase Architecture
Architecture documentation for the MobileMenuContextType type/interface in use-mobile-menu.ts from the supabase codebase.
Entity Profile
Source Code
apps/learn/hooks/use-mobile-menu.ts lines 8–15
export interface MobileMenuContextType {
/** Current state of the mobile menu */
open: boolean
/** Function to set the mobile menu state */
setOpen: (open: boolean) => void
/** Function to toggle the mobile menu state */
toggle: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free