Home / Type/ ExportDialogProps Type — supabase Architecture

ExportDialogProps Type — supabase Architecture

Architecture documentation for the ExportDialogProps type/interface in ExportDialog.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/components/header/ExportDialog.tsx lines 29–37

interface ExportDialogProps {
  table?: SupaTable
  filters?: Filter[]
  sorts?: Sort[]
  ignoreRoleImpersonation?: boolean

  open: boolean
  onOpenChange: (open: boolean) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free