Function: getCurrentExclusiveRangeInterest$()
function getCurrentExclusiveRangeInterest$(accessor, disableGroupSet?): Observable<boolean>
Defined in: submodules/univer/packages/sheets-ui/src/controllers/menu/menu-util.ts:52
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