@univerjs-pro/engine-pivot v0.5.0-beta.1Docs


Interface: IPivotTableQueryData

Represents the data structure for a pivot table query.

Properties

PropertyTypeDescriptionDefined in
collapseInfoRecord<string, boolean | Record<string, boolean>>The collapse state of the fields.types/interface.ts:159
colQueryInfoIPivotTableLabelFieldQueryData[]The query info of column fields in the pivot table.types/interface.ts:146
filterQueryInfoIPivotTableLabelFieldQueryData[]The query info of filter fields in the pivot table.types/interface.ts:150
rowQueryInfoIPivotTableLabelFieldQueryData[]The query info of row fields in the pivot table.types/interface.ts:142
valueQueryInfoIPivotTableValueFieldQueryData[]The query info of value fields in the pivot table.types/interface.ts:154