@univerjs-prosheets-pivotindexfunctionsApplychangeset

@univerjs-pro/sheets-pivot v0.5.4


Function: applyChangeSet()

function applyChangeSet(
   _commandService, 
   pivotInfo, 
   changesets): {
  redos: IMutationInfo[];
  undos: IMutationInfo[];
}

Defined in: packages/sheets-pivot/src/commands/command/util.ts:56

Parameters

ParameterType
_commandServiceICommandService
pivotInfoIPivotHostInfo
changesetsIPivotTableChangeSet[]

Returns

{
  redos: IMutationInfo[];
  undos: IMutationInfo[];
}
NameTypeDefined in
redosIMutationInfo[]packages/sheets-pivot/src/commands/command/util.ts:417
undosIMutationInfo[]packages/sheets-pivot/src/commands/command/util.ts:418