@univerjs-pro/engine-pivot v0.5.4
Function: isPrefixValue()
function isPrefixValue(value): value is IPivotViewPrefixValue
Defined in: layout/pivot-view.ts:344
judge the value is the prefix value, once when the value is a subtotal and there are multiple value field, the value will be the prefix value
Parameters
Parameter | Type | Description |
---|---|---|
value | IPivotViewValueType | the pivot view value |
Returns
value is IPivotViewPrefixValue
the value is the prefix value