API Reference
@univerjs
@univerjs/sheets
interfaces
Iselectionwithstyle

@univerjs/sheets v0.1.17Docs


Interface: ISelectionWithStyle

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
primaryNullable<ISelectionCell>The highlighted cell in the selection range. If there are several selections, only one selection would have a primary cell.ISelection.primarypackages/core/src/types/interfaces/i-selection-data.ts:54 (opens in a new tab)
rangeIRangeSheet selection range.ISelection.rangepackages/core/src/types/interfaces/i-selection-data.ts:49 (opens in a new tab)
styleNullable<ISelectionStyle>--packages/sheets/src/basics/selection.ts:145 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.