@univerjs/sheets-conditional-formatting v0.5.4
Function: transformSupportSymmetryAnchor()
function transformSupportSymmetryAnchor<T>(
start,
end,
ruleList,
get):
| null
| [IAnchor, IAnchor]
Defined in: sheets-conditional-formatting/src/utils/anchor.ts:81
Only [after,after] and [after,before] can support symmetric operations
Type Parameters
Type Parameter | Default type |
---|---|
T | unknown [] |
Parameters
Parameter | Type |
---|---|
start | IAnchor |
end | IAnchor |
ruleList | T [] |
get | (v ) => string |