ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TableSelectionRange

TableSelectionRange interface

Signature:

export interface TableSelectionRange 

Properties

PropertyTypeDescription
anchorCellPositionThe 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.
anchoredColumnsRowOrColumnRangeA 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.
columnsRowOrColumnRangeThe range of columns over which the selection range spans.
lastMoveCellPositionThe last cell that the user navigated to. This property is required to enable navigation and selection using the keyboard.
rowsRowOrColumnRangeThe range of rows over which the selection range spans.
  • TableSelectionRange interface
  • Properties
Copyright © 2019 ActiveViam