Home / Type/ DeleteFunctionProps Type — supabase Architecture

DeleteFunctionProps Type — supabase Architecture

Architecture documentation for the DeleteFunctionProps type/interface in DeleteFunction.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Functions/DeleteFunction.tsx lines 5–15

interface DeleteFunctionProps {
  func?: DatabaseFunction
  visible: boolean
  setVisible: (value: string | null) => void
  onDelete: (params: {
    func: DatabaseFunction
    projectRef: string
    connectionString?: string | null
  }) => void
  isLoading: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free