@univerjs/sheets-conditional-formatting v0.5.4
Function: getCacheStyleMatrix()
function getCacheStyleMatrix<S>(
unitId,
subUnitId,
rule,
context): ObjectMatrix<S>
Defined in: sheets-conditional-formatting/src/models/calculate-unit-v2/utils.ts:174
Type Parameters
Type Parameter | Default type |
---|---|
S | any |
Parameters
Parameter | Type |
---|---|
unitId | string |
subUnitId | string |
rule | IConditionFormattingRule |
context | IContext |
Returns
ObjectMatrix
<S
>