ixfx
    Preparing search index...

    Type Alias GridCellSetter<TValue>

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

    A function that sets the value of a cell.

    Type Parameters

    • TValue

    Type declaration