Home / Type/ ReportBlockContainerProps Type — supabase Architecture

ReportBlockContainerProps Type — supabase Architecture

Architecture documentation for the ReportBlockContainerProps type/interface in ReportBlockContainer.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/ReportBlock/ReportBlockContainer.tsx lines 6–16

interface ReportBlockContainerProps {
  icon?: ReactNode
  label: string
  badge?: ReactNode
  actions: ReactNode
  loading?: boolean
  draggable?: boolean
  showDragHandle?: boolean
  tooltip?: ReactNode
  onDragStart?: (e: DragEvent) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free