@univerjs-pro/sheets-pivot v0.5.0-beta.1 • Docs
Function: getPivotInfoByLicense()
function getPivotInfoByLicense(
defaultPivotCount,
ls?,
pbk?): {
count: defaultPivotCount;
timeValid: false;
}
Parameters
Parameter | Type |
---|---|
defaultPivotCount | number |
ls ? | string |
pbk ? | string |
Returns
{
count: defaultPivotCount;
timeValid: false;
}
Name | Type | Default value | Defined in |
---|---|---|---|
count | number | defaultPivotCount | packages/sheets-pivot/src/util.ts:672 |
timeValid | boolean | false | packages/sheets-pivot/src/util.ts:673 |
Defined in
packages/sheets-pivot/src/util.ts:670