Home / Type/ IntegrationConnectionProps Type — supabase Architecture

IntegrationConnectionProps Type — supabase Architecture

Architecture documentation for the IntegrationConnectionProps type/interface in IntegrationPanels.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/VercelGithub/IntegrationPanels.tsx lines 139–145

export interface IntegrationConnectionProps extends HTMLAttributes<HTMLLIElement> {
  connection: IntegrationProjectConnection
  type: Integration['integration']['name']
  actions?: ReactNode
  showNode?: boolean
  orientation?: 'horizontal' | 'vertical'
}

Analyze Your Own Codebase

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

Try Supermodel Free