EnumeratedTypeValueRowProps Type — supabase Architecture
Architecture documentation for the EnumeratedTypeValueRowProps type/interface in EnumeratedTypeValueRow.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/EnumeratedTypes/EnumeratedTypeValueRow.tsx lines 5–11
interface EnumeratedTypeValueRowProps {
index: number
id: string
field: any
isDisabled?: boolean
onRemoveValue: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free