@univerjs-pro/sheets-pivot v0.5.0-beta.1 • Docs
Function: applyChangeSet()
function applyChangeSet(
_commandService,
pivotInfo,
changesets): {
redos: IMutationInfo<object>[];
undos: IMutationInfo<object>[];
}
Parameters
Parameter | Type |
---|---|
_commandService | ICommandService |
pivotInfo | IPivotHostInfo |
changesets | IPivotTableChangeSet [] |
Returns
{
redos: IMutationInfo<object>[];
undos: IMutationInfo<object>[];
}
Name | Type | Defined in |
---|---|---|
redos | IMutationInfo <object >[] | packages/sheets-pivot/src/commands/command/util.ts:417 |
undos | IMutationInfo <object >[] | packages/sheets-pivot/src/commands/command/util.ts:418 |
Defined in
packages/sheets-pivot/src/commands/command/util.ts:56