DeleteTriggerProps Type — supabase Architecture
Architecture documentation for the DeleteTriggerProps type/interface in DeleteTrigger.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Triggers/DeleteTrigger.tsx lines 6–16
interface DeleteTriggerProps {
trigger?: PostgresTrigger
visible: boolean
setVisible: (value: string | null) => void
onDelete: (params: {
projectRef: string
connectionString?: string | null
trigger: PostgresTrigger
}) => void
isLoading: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free