Home / Type/ WrapperDynamicColumnsProps Type — supabase Architecture

WrapperDynamicColumnsProps Type — supabase Architecture

Architecture documentation for the WrapperDynamicColumnsProps type/interface in WrapperDynamicColumns.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/Wrappers/WrapperDynamicColumns.tsx lines 13–17

export type WrapperDynamicColumnsProps = {
  initialColumns?: Pick<SimpleColumn, 'name' | 'type'>[]
  onChange?: (columns: SimpleColumn[]) => void
  errors?: any
}

Analyze Your Own Codebase

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

Try Supermodel Free