@univerjs-pro/sheets-pivot v0.5.4
Function: getPivotInfoByLicense()
function getPivotInfoByLicense(
defaultPivotCount,
ls?,
pbk?): {
count: number;
timeValid: boolean;
}
Defined in: packages/sheets-pivot/src/util.ts:670
Parameters
Parameter | Type |
---|---|
defaultPivotCount | number |
ls ? | string |
pbk ? | string |
Returns
{
count: number;
timeValid: boolean;
}
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 |