Home / Type/ CronJobsTabDataGridProps Type — supabase Architecture

CronJobsTabDataGridProps Type — supabase Architecture

Architecture documentation for the CronJobsTabDataGridProps type/interface in CronJobsTab.DataGrid.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/CronJobs/CronJobsTab.DataGrid.tsx lines 10–18

interface CronJobsTabDataGridProps {
  columns: readonly Column<CronJob>[]
  rows: CronJob[]
  isLoading: boolean
  error: ResponseError | Error | null
  searchQuery?: string | null
  onScroll: (event: UIEvent<HTMLDivElement>) => void
  onRowClick: (row: CronJob, event: MouseEvent<HTMLDivElement>) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free