@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Interface: IPivotViewInfo
Represents the pivot view info data structure, which is used to store row /col path and value index
Properties
Property | Type | Description | Defined in |
---|---|---|---|
colPathMap? | Record <string , number > | only for col view, to match some node does not save in node tree | types/layout-type.ts:65 |
dataFieldId? | string | the data field id | types/layout-type.ts:73 |
isBottomTotal? | boolean | is this row/col is bottom total, in excel, maybe has top total in outline layout | types/layout-type.ts:57 |
isValue? | boolean | the info is ΣValue | types/layout-type.ts:69 |
level | number | the node level of row or col | types/layout-type.ts:61 |
paths | string [] | The paths of the row/col | types/layout-type.ts:49 |
tableFieldId | string | The pivot table field id | types/layout-type.ts:45 |
valueIndex | number | The value index of the row/col | types/layout-type.ts:53 |