WrapperRowProps Type — supabase Architecture
Architecture documentation for the WrapperRowProps type/interface in WrapperRow.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/Wrappers/WrapperRow.tsx lines 26–33
interface WrapperRowProps {
wrapper: FDW
selectedWrapperToEdit?: FDW
selectedWrapperToDelete?: FDW
setSelectedWrapperToEdit: (value: string | null) => void
setSelectedWrapperToDelete: (value: string | null) => void
deletingWrapperIdRef: MutableRefObject<string | null>
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free