Home / Type/ EditCellKeyOperation Type — supabase Architecture

EditCellKeyOperation Type — supabase Architecture

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

Entity Profile

Source Code

apps/studio/components/grid/utils/queueOperationUtils.ts lines 15–23

interface EditCellKeyOperation
  extends Omit<EditCellContentOperation, 'payload' | 'id' | 'timestamp'> {
  type: QueuedOperationType.EDIT_CELL_CONTENT
  tableId: number
  payload: {
    columnName: string
    rowIdentifiers: Dictionary<unknown>
  }
}

Analyze Your Own Codebase

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

Try Supermodel Free