@univerjs/sheets v0.5.0-beta.1 • Docs
Interface: ISelectionWithStyle
range: IRange;
primary: Nullable
Extends
Properties
Property | Type | Description | Overrides | Defined in |
---|---|---|---|---|
primary | Nullable <ISelectionCell > | if primary is null, means clear primary cell. if primary is not defined, means not keep current primary cell. | ISelection .primary | submodules/univer/packages/sheets/src/basics/selection.ts:159 |
range | IRange | Sheet selection range. | ISelection .range | submodules/univer/packages/sheets/src/basics/selection.ts:154 |
style | Nullable <Partial <ISelectionStyle >> | - | - | submodules/univer/packages/sheets/src/basics/selection.ts:160 |