RunQueryWarningModalProps Type — supabase Architecture
Architecture documentation for the RunQueryWarningModalProps type/interface in RunQueryWarningModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/SQLEditor/RunQueryWarningModal.tsx lines 4–10
interface RunQueryWarningModalProps {
visible: boolean
hasDestructiveOperations: boolean
hasUpdateWithoutWhere: boolean
onCancel: () => void
onConfirm: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free