@univerjs/sheets-ui v0.5.0-beta.1 • 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
submodules/univer/packages/sheets-ui/src/controllers/menu/menu-util.ts:52