@univerjs/sheets-ui v0.4.2 • Docs
Function: getCurrentExclusiveRangeInterest$()
function getCurrentExclusiveRangeInterest$(accessor, disableGroupSet?): Observable<boolean>
Parameters
Parameter | Type | Description |
---|---|---|
accessor | IAccessor | The accessor |
disableGroupSet ? | Set <string > | The disable group set, if provided, check if the interestGroupIds contains any of the disableGroupSet, otherwise check if the interestGroupIds is not empty |
Returns
Observable
<boolean
>
The current exclusive range disable status
Description
Get the current exclusive range disable status
Defined in
packages/sheets-ui/src/controllers/menu/menu-util.ts:52 (opens in a new tab)