Type Alias GridCellSetter<TValue>

GridCellSetter<TValue>: ((value: TValue, cell: GridCell, wrap?: GridBoundsLogic) => void)

A function that sets the value of a cell.

Type Parameters

  • TValue