Home / Type/ QueryPerformanceGridProps Type — supabase Architecture

QueryPerformanceGridProps Type — supabase Architecture

Architecture documentation for the QueryPerformanceGridProps type/interface in QueryPerformanceGrid.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/QueryPerformance/QueryPerformanceGrid.tsx lines 45–52

interface QueryPerformanceGridProps {
  aggregatedData: QueryPerformanceRow[]
  isLoading: boolean
  error?: string | null
  currentSelectedQuery?: string | null
  onCurrentSelectQuery?: (query: string) => void
  onRetry?: () => void
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free