@univerjs-pro/sheets-pivot v0.5.4
Interface: IPivotViewUpdateInfo
Defined in: packages/sheets-pivot/src/const/type.ts:612
Properties
Property | Type | Defined in |
---|---|---|
isEmpty? | boolean | packages/sheets-pivot/src/const/type.ts:619 |
pivotTableId | string | packages/sheets-pivot/src/const/type.ts:615 |
rangesCache | undefined | IPivotRangesInfo | packages/sheets-pivot/src/const/type.ts:616 |
subUnitId | string | packages/sheets-pivot/src/const/type.ts:614 |
type | PivotTableOperationEnum | packages/sheets-pivot/src/const/type.ts:618 |
unitId | string | packages/sheets-pivot/src/const/type.ts:613 |
valueMatrix | ObjectMatrix <Nullable <IPivotTableCellData >> | packages/sheets-pivot/src/const/type.ts:617 |