SortIndicatorProps Type — supabase Architecture
Architecture documentation for the SortIndicatorProps type/interface in SortIndicator.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/components/SortIndicator.tsx lines 5–8
interface SortIndicatorProps {
sort: { column: string; order: string }
onClearSort: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free