API Reference
@univerjs
@univerjs/sheets
interfaces
Iselectionwithstyle

@univerjs/sheets v0.4.2Docs


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/sheets/typedef.ts:612 (opens in a new tab)
rangeIRangeSheet selection range.ISelection.rangepackages/core/src/sheets/typedef.ts:607 (opens in a new tab)
styleNullable<ISelectionStyle>--packages/sheets/src/basics/selection.ts:147 (opens in a new tab)

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