Type Alias GridWritable<T>

GridWritable<T>: Grid & {
    set: GridCellSetter<T>;
}

Type Parameters

  • T