JsonEditorProps Type — supabase Architecture
Architecture documentation for the JsonEditorProps type/interface in JsonEditor.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/components/editor/JsonEditor.tsx lines 28–32
interface JsonEditorProps<TRow, TSummaryRow = unknown>
extends RenderEditCellProps<TRow, TSummaryRow> {
isEditable: boolean
onExpandEditor: (column: string, row: TRow) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free