@univerjs/sheets v0.4.2 • Docs
Function: convertSelectionDataToRange()
function convertSelectionDataToRange(selectionWithCoordAndStyle): ISelectionWithStyle
Process a selection with coordinates and style, and extract the coordinate information, because the render needs coordinates when drawing. Since the selection.manager.service is unrelated to the coordinates, it only accepts data of type ISelectionWithStyle, so a conversion is necessary.
Parameters
Parameter | Type | Description |
---|---|---|
selectionWithCoordAndStyle | ISelectionWithCoordAndStyle | Selection with coordinates and style |
Returns
Defined in
packages/sheets/src/basics/selection.ts:197 (opens in a new tab)