Home / Type/ BranchSelectorProps Type — supabase Architecture

BranchSelectorProps Type — supabase Architecture

Architecture documentation for the BranchSelectorProps type/interface in BranchSelector.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/BranchManagement/BranchSelector.tsx lines 19–25

interface BranchSelectorProps {
  branches: Branch[]
  onBranchSelected?: (branch: Branch) => void
  disabled?: boolean
  isUpdating?: boolean
  type?: 'primary' | 'outline'
}

Analyze Your Own Codebase

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

Try Supermodel Free