ReportBlockProps Type — supabase Architecture
Architecture documentation for the ReportBlockProps type/interface in ReportBlock.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/ReportBlock/ReportBlock.tsx lines 21–36
interface ReportBlockProps {
item: Dashboards.Chart
startDate: string
endDate: string
interval: AnalyticsInterval
disableUpdate: boolean
isRefreshing: boolean
onRemoveChart: ({ metric }: { metric: { key: string } }) => void
onUpdateChart: ({
chart,
chartConfig,
}: {
chart?: Partial<Dashboards.Chart>
chartConfig?: Partial<ChartConfig>
}) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free