@univerjs/sheets v0.4.2 • Docs
Interface: ISetSelectionsOperationParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
reveal? | boolean | If should scroll to the selected range. | packages/sheets/src/commands/operations/selection.operation.ts:30 (opens in a new tab) |
selections | ISelectionWithStyle [] | - | packages/sheets/src/commands/operations/selection.operation.ts:26 (opens in a new tab) |
subUnitId | string | - | packages/sheets/src/commands/operations/selection.operation.ts:25 (opens in a new tab) |
type? | SelectionMoveType | - | packages/sheets/src/commands/operations/selection.operation.ts:27 (opens in a new tab) |
unitId | string | - | packages/sheets/src/commands/operations/selection.operation.ts:24 (opens in a new tab) |