WrapperTableEditorProps Type — supabase Architecture
Architecture documentation for the WrapperTableEditorProps type/interface in WrapperTableEditor.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/Wrappers/WrapperTableEditor.tsx lines 32–39
export type WrapperTableEditorProps = {
visible: boolean
onCancel: () => void
onSave: (values: any) => void
tables: Table[]
initialData: any
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free