@univerjs/sheets v0.5.0-beta.1Docs


Interface: ISelectionWithCoord

Selection range Info, contains selection range & primary range primary range is the range of the highlighted cell.

rangeWithCoord: IRangeWithCoord; primaryWithCoord: Nullable; style?

Properties

PropertyTypeDefined in
primaryWithCoordNullable<ICellWithCoord>submodules/univer/packages/sheets/src/basics/selection.ts:144
rangeWithCoordIRangeWithCoordsubmodules/univer/packages/sheets/src/basics/selection.ts:143
style?Nullable<ISelectionStyle>submodules/univer/packages/sheets/src/basics/selection.ts:145