Home / Type/ TableReplicationRowProps Type — supabase Architecture

TableReplicationRowProps Type — supabase Architecture

Architecture documentation for the TableReplicationRowProps type/interface in TableReplicationRow.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Replication/ReplicationPipelineStatus/TableReplicationRow.tsx lines 13–20

interface TableReplicationRowProps {
  table: ReplicationPipelineTableStatus
  config: ReturnType<typeof getDisabledStateConfig>
  isRestarting: boolean
  showDisabledState: boolean
  onSelectRestart: () => void
  onSelectShowError: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free