Home / Type/ QueryPerformanceChartProps Type — supabase Architecture

QueryPerformanceChartProps Type — supabase Architecture

Architecture documentation for the QueryPerformanceChartProps type/interface in QueryPerformanceChart.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/QueryPerformance/QueryPerformanceChart.tsx lines 10–22

interface QueryPerformanceChartProps {
  dateRange?: {
    period_start: { date: string; time_period: string }
    period_end: { date: string; time_period: string }
    interval: string
  }
  onDateRangeChange?: (from: string, to: string) => void
  chartData: ChartDataPoint[]
  isLoading: boolean
  error: any
  currentSelectedQuery: string | null
  parsedLogs: any[]
}

Analyze Your Own Codebase

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

Try Supermodel Free