1771 Technologies Logo

Type alias: CellSelectionMode

type CellSelectionMode: "single" | "range" | "none";

Represents the different cell selection modes in Graphite Grid:

  • "single": Only a single cell can be selected at any time.
  • "range": A contiguous range of cells can be selected.
  • "none": Selection is disabled and no cells can be selected.