Function: getInsertRangeMutations()
function getInsertRangeMutations(accessor, params): {
redo: IMutationInfo[];
undo: IMutationInfo[];
}
Defined in: submodules/univer/packages/sheets/src/commands/utils/handle-range-mutation.ts:80
InsertRange is not a mutation but combination of SetRangeValuesMutation
and MoveRangeMutation
.
Parameters
Parameter | Type |
---|---|
accessor | IAccessor |
params | IInsertRangeMutationParams |
Returns
{
redo: IMutationInfo[];
undo: IMutationInfo[];
}
Name | Type | Defined in |
---|---|---|
redo | IMutationInfo [] | submodules/univer/packages/sheets/src/commands/utils/handle-range-mutation.ts:177 |
undo | IMutationInfo [] | submodules/univer/packages/sheets/src/commands/utils/handle-range-mutation.ts:178 |