Home / Type/ QueueCellEditParams Type — supabase Architecture

QueueCellEditParams Type — supabase Architecture

Architecture documentation for the QueueCellEditParams type/interface in queueOperationUtils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/utils/queueOperationUtils.ts lines 122–134

interface QueueCellEditParams {
  queryClient: QueryClient
  queueOperation: (operation: NewQueuedOperation) => void
  projectRef: string
  tableId: number
  table: Entity
  row: SupaRow
  rowIdentifiers: Dictionary<unknown>
  columnName: string
  oldValue: unknown
  newValue: unknown
  enumArrayColumns?: string[]
}

Analyze Your Own Codebase

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

Try Supermodel Free