Home / Type/ TableListProps Type — supabase Architecture

TableListProps Type — supabase Architecture

Architecture documentation for the TableListProps type/interface in TableList.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Tables/TableList.tsx lines 68–73

interface TableListProps {
  onAddTable: () => void
  onEditTable: (table: PostgresTable) => void
  onDeleteTable: (table: PostgresTable) => void
  onDuplicateTable: (table: PostgresTable) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free