ReportChartV2Props Type — supabase Architecture
Architecture documentation for the ReportChartV2Props type/interface in ReportChartV2.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/v2/ReportChartV2.tsx lines 17–32
export interface ReportChartV2Props {
report: ReportConfig
projectRef: string
startDate: string
endDate: string
interval: AnalyticsInterval
updateDateRange: (from: string, to: string) => void
/**
* Group ID used to invalidate React Query caches
*/
queryGroup?: string
className?: string
syncId?: string
filters?: any
highlightActions?: ChartHighlightAction[]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free