RestartTableDialogProps Type — supabase Architecture
Architecture documentation for the RestartTableDialogProps type/interface in RestartTableDialog.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Replication/RestartTableDialog.tsx lines 16–23
interface RestartTableDialogProps {
open: boolean
onOpenChange: (open: boolean) => void
tableId: number
tableName: string
onRestartStart?: () => void
onRestartComplete?: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free