@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Function: isPrefixValue()
function isPrefixValue(value): value is IPivotViewPrefixValue
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
Defined in
layout/pivot-view.ts:344