ColumnListProps Type — supabase Architecture
Architecture documentation for the ColumnListProps type/interface in ColumnList.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Tables/ColumnList.tsx lines 32–36
interface ColumnListProps {
onAddColumn: () => void
onEditColumn: (column: PostgresColumn) => void
onDeleteColumn: (column: PostgresColumn) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free