Type Alias GridCellAccessor<TValue>

GridCellAccessor<TValue>: ((cell: GridCell, wrap?: GridBoundsLogic) => TValue | undefined)

A function that returns a value (or undefined) based on a cell

Implementations:

Type Parameters

  • TValue