Home / Type/ BatchRestartDialogProps Type — supabase Architecture

BatchRestartDialogProps Type — supabase Architecture

Architecture documentation for the BatchRestartDialogProps type/interface in BatchRestartDialog.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Replication/BatchRestartDialog.tsx lines 18–27

interface BatchRestartDialogProps {
  open: boolean
  onOpenChange: (open: boolean) => void
  mode: 'all' | 'errored'
  totalTables: number
  erroredTablesCount: number
  tables: ReplicationPipelineTableStatus[]
  onRestartStart?: (tableIds: number[]) => void
  onRestartComplete?: (tableIds: number[]) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free