API Reference
@univerjs
@univerjs/sheets
functions
Getremoverangemutations

@univerjs/sheets v0.1.17Docs


Function: getRemoveRangeMutations()

function getRemoveRangeMutations(accessor, params): {
  redo: IMutationInfo<object>[];
  undo: IMutationInfo<object>[];
}

Parameters

ParameterType
accessorIAccessor
paramsIDeleteRangeMutationParams

Returns

{
  redo: IMutationInfo<object>[];
  undo: IMutationInfo<object>[];
}
NameTypeDefined in
redoIMutationInfo<object>[]packages/sheets/src/commands/utils/handle-range-mutation.ts:276 (opens in a new tab)
undoIMutationInfo<object>[]packages/sheets/src/commands/utils/handle-range-mutation.ts:277 (opens in a new tab)

Defined in

packages/sheets/src/commands/utils/handle-range-mutation.ts:184 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.