@univerjs/sheets v0.4.2 • Docs
Interface: IMoveColumnsMutationParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
sourceRange | IRange | The cols to be moved. | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:110 (opens in a new tab) |
subUnitId | string | - | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:106 (opens in a new tab) |
targetRange | IRange | The destination range to move the source cols to. Note that the range is before the movement has occurred. | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:114 (opens in a new tab) |
unitId | string | - | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:105 (opens in a new tab) |