@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
Parameter | Type |
---|---|
_commandService | ICommandService |
pivotInfo | IPivotHostInfo |
changesets | IPivotTableChangeSet [] |
Returns
{
redos: IMutationInfo[];
undos: IMutationInfo[];
}
Name | Type | Defined in |
---|---|---|
redos | IMutationInfo [] | packages/sheets-pivot/src/commands/command/util.ts:417 |
undos | IMutationInfo [] | packages/sheets-pivot/src/commands/command/util.ts:418 |