BranchRowProps Type — supabase Architecture
Architecture documentation for the BranchRowProps type/interface in BranchPanels.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/BranchManagement/BranchPanels.tsx lines 61–69
interface BranchRowProps {
repo: string
label?: string | ReactNode
branch: Branch
isGithubConnected: boolean
rowLink?: string
external?: boolean
rowActions?: ReactNode
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free