@univerjs/sheets-ui v0.4.2 • Docs
Function: getObservableWithExclusiveRange$()
function getObservableWithExclusiveRange$(
accessor,
observable$,
disableGroupSet?): Observable<boolean>
Get the observable combine with exclusive range
Parameters
Parameter | Type | Description |
---|---|---|
accessor | IAccessor | The accessor |
observable$ | Observable <boolean > | - |
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 observable combine with exclusive range
Defined in
packages/sheets-ui/src/controllers/menu/menu-util.ts:93 (opens in a new tab)