Home / Type/ ColumnHeaderProps Type — supabase Architecture

ColumnHeaderProps Type — supabase Architecture

Architecture documentation for the ColumnHeaderProps type/interface in base.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/types/base.ts lines 39–46

export interface ColumnHeaderProps<R> extends RenderHeaderCellProps<R> {
  columnType: ColumnType
  isPrimaryKey: boolean | undefined
  isEncrypted: boolean | undefined
  format: string
  foreignKey?: GridForeignKey
  comment?: string | null
}

Analyze Your Own Codebase

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

Try Supermodel Free