@univerjs/sheets-conditional-formatting v0.5.0-beta.1 • Docs
Function: moveByAnchor()
function moveByAnchor<T>(
start,
end,
ruleList,
get): undefined | null
This function has side effects that modify the ruleList
Type Parameters
Type Parameter | Default type |
---|---|
T | unknown [] |
Parameters
Parameter | Type |
---|---|
start | IAnchor |
end | IAnchor |
ruleList | T [] |
get | (v ) => string |
Returns
undefined
| null
Defined in
sheets-conditional-formatting/src/utils/anchor.ts:49