@univerjs/sheets v0.4.2 • Docs
Interface: ISelectionWithCoordAndStyle
Selection range Info, contains selection range & primary range primary range is the range of the highlighted cell.
Extends
Properties
Property | Type | Inherited from | Defined in |
---|---|---|---|
primaryWithCoord | Nullable <ISelectionCellWithMergeInfo > | ISelectionWithCoord .primaryWithCoord | packages/core/src/sheets/typedef.ts:621 (opens in a new tab) |
rangeWithCoord | IRangeWithCoord | ISelectionWithCoord .rangeWithCoord | packages/core/src/sheets/typedef.ts:620 (opens in a new tab) |
style | Nullable <ISelectionStyle > | - | packages/sheets/src/basics/selection.ts:143 (opens in a new tab) |