UNPKG

@univerjs-pro/sheets-pivot

Version:

Univer Sheets Pivot Table

12 lines (11 loc) 650 B
import { Disposable, ICommandService, Injector } from '@univerjs/core'; import { IGetPivotDataLocalMutationParams, ISendPivotDataLocalMutationParams } from '../const/type'; export declare class SheetsPivotRPCService extends Disposable { private readonly _injector; private readonly _commandService; private _requestResolvers; constructor(_injector: Injector, _commandService: ICommandService); handleAsyncResponse(data: ISendPivotDataLocalMutationParams): void; getPivotDisplayConfig(params: Omit<IGetPivotDataLocalMutationParams, 'version'>): Promise<ISendPivotDataLocalMutationParams>; private _generateUniqueVersion; }