@univerjs/sheets v0.5.0-beta.1 • Docs
Interface: ISelectionWithCoord
Selection range Info, contains selection range & primary range primary range is the range of the highlighted cell.
rangeWithCoord: IRangeWithCoord;
primaryWithCoord: Nullable
Properties
Property | Type | Defined in |
---|---|---|
primaryWithCoord | Nullable <ICellWithCoord > | submodules/univer/packages/sheets/src/basics/selection.ts:144 |
rangeWithCoord | IRangeWithCoord | submodules/univer/packages/sheets/src/basics/selection.ts:143 |
style? | Nullable <ISelectionStyle > | submodules/univer/packages/sheets/src/basics/selection.ts:145 |