Home / Type/ BaseEditorProps Type — supabase Architecture

BaseEditorProps Type — supabase Architecture

Architecture documentation for the BaseEditorProps type/interface in DateTimeEditor.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/components/editor/DateTimeEditor.tsx lines 21–25

interface BaseEditorProps<TRow, TSummaryRow = unknown>
  extends RenderEditCellProps<TRow, TSummaryRow> {
  type: 'date' | 'datetime' | 'datetimetz'
  isNullable: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free