Function: getMoveRangeUndoRedoMutations()
function getMoveRangeUndoRedoMutations(
accessor,
from,
to,
ignoreMerge):
| null
| {
redos: IMutationInfo[];
undos: IMutationInfo[];
}
Defined in: submodules/univer/packages/sheets/src/commands/commands/move-range.command.ts:141
Parameters
Parameter | Type | Default value |
---|---|---|
accessor | IAccessor | undefined |
from | IRangeUnit | undefined |
to | IRangeUnit | undefined |
ignoreMerge | boolean | false |
Returns
| null
| {
redos
: IMutationInfo
[];
undos
: IMutationInfo
[];
}