Home / Type/ GridResizeProps Type — supabase Architecture

GridResizeProps Type — supabase Architecture

Architecture documentation for the GridResizeProps type/interface in GridResize.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/GridResize.tsx lines 25–41

interface GridResizeProps {
  startDate: string
  endDate: string
  interval: AnalyticsInterval
  editableReport: Dashboards.Content
  disableUpdate: boolean
  isRefreshing: boolean
  onRemoveChart: ({ metric }: { metric: { key: string } }) => void
  onUpdateChart: (
    id: string,
    {
      chart,
      chartConfig,
    }: { chart?: Partial<Dashboards.Chart>; chartConfig?: Partial<ChartConfig> }
  ) => void
  setEditableReport: (payload: any) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free