RowMenuProps Type — supabase Architecture
Architecture documentation for the RowMenuProps type/interface in RowMenu.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Replication/RowMenu.tsx lines 34–44
interface RowMenuProps {
destinationId: number
pipeline: Pipeline | undefined
pipelineStatus?: ReplicationPipelineStatusData['status']
error: ResponseError | null
isLoading: boolean
isError: boolean
hasUpdate?: boolean
onDeleteClick: () => void
onUpdateClick?: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free