AddIntegrationDropdownProps Type — supabase Architecture
Architecture documentation for the AddIntegrationDropdownProps type/interface in AddIntegrationDropdown.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Auth/ThirdPartyAuthForm/AddIntegrationDropdown.tsx lines 21–26
interface AddIntegrationDropdownProps {
buttonText?: string
align?: 'end' | 'center'
type?: 'primary' | 'default'
onSelectIntegrationType: (type: INTEGRATION_TYPES) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free