Interface ISelectionNode

Represents a single selected cell or node in a grid.

Properties

column: number

The index of the selected column.

isSummaryRow?: boolean

(Optional) Indicates if the selected node is a summary row. This property is true if the selected row is a summary row; otherwise, it is false.

(Optional) Additional layout information for multi-row selection nodes.

row: number

The index of the selected row.