@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Interface: IPivotTableLabelFieldQueryData
Represents the query data for a label field in a pivot table.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
dataFieldId | string | The unique identifier of the data field associated with the label field. | types/interface.ts:121 |
displayName | string | The display name of the label field. | types/interface.ts:125 |
filterInfo? | IPivotTableFilterInfo | Information about the filter applied to the label field. | types/interface.ts:129 |
id | string | The unique identifier of the label field. | types/interface.ts:117 |
sortInfo | IPivotTableSortInfo | Information about the sort applied to the label field. | types/interface.ts:133 |