Home > @activeviam/activeui-sdk > TableSelectionRange
TableSelectionRange interface
Signature:
export interface TableSelectionRange
Properties
Property | Type | Description |
---|---|---|
anchor | CellPosition | The cell from which the user started to create a selection range. The range should go from the anchor to last cell that was navigated to. |
anchoredColumns | RowOrColumnRange | A selection can be initiated from a parent column header. In this case, all its children columns are represented by this property and should remain selected during the rest of the user action. |
columns | RowOrColumnRange | The range of columns over which the selection range spans. |
lastMove | CellPosition | The last cell that the user navigated to. This property is required to enable navigation and selection using the keyboard. |
rows | RowOrColumnRange | The range of rows over which the selection range spans. |