ConnectContentTabProps Type — supabase Architecture
Architecture documentation for the ConnectContentTabProps type/interface in ConnectTabContent.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Connect/ConnectTabContent.tsx lines 18–31
interface ConnectContentTabProps extends HTMLAttributes<HTMLDivElement> {
projectKeys: projectKeys
filePath: string
connectionTab: 'App Frameworks' | 'Mobile Frameworks' | 'ORMs'
selectedFrameworkOrTool: string
connectionStringPooler?: {
transactionShared: string
sessionShared: string
transactionDedicated?: string
sessionDedicated?: string
ipv4SupportedForDedicatedPooler: boolean
direct?: string
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free