API Reference
@univerjs
@univerjs/sheets
classes
Rangeprotectionrefrangeservice

@univerjs/sheets v0.4.2Docs


Class: RangeProtectionRefRangeService

Extends

Constructors

new RangeProtectionRefRangeService()

new RangeProtectionRefRangeService(
   _selectionProtectionRuleModel, 
   _univerInstanceService, 
   _commandService, 
   _refRangeService, 
   _selectionProtectionRenderModel, 
   _rangeProtectionCache, 
   _sheetInterceptorService, 
   _rangeProtectionRuleModel): RangeProtectionRefRangeService

Parameters

ParameterType
_selectionProtectionRuleModelRangeProtectionRuleModel
_univerInstanceServiceIUniverInstanceService
_commandServiceICommandService
_refRangeServiceRefRangeService
_selectionProtectionRenderModelRangeProtectionRenderModel
_rangeProtectionCacheRangeProtectionCache
_sheetInterceptorServiceSheetInterceptorService
_rangeProtectionRuleModelRangeProtectionRuleModel

Returns

RangeProtectionRefRangeService

Overrides

Disposable.constructor

Defined in

packages/sheets/src/services/permission/range-permission/range-protection.ref-range.ts:65 (opens in a new tab)

Properties

PropertyModifierTypeDefault valueInherited fromDefined in
_disposedprotectedbooleanfalseDisposable._disposedpackages/core/src/shared/lifecycle.ts:93 (opens in a new tab)
disposableCollectionpublicDisposableCollectionundefined-packages/sheets/src/services/permission/range-permission/range-protection.ref-range.ts:63 (opens in a new tab)

Methods

dispose()

dispose(): void

Returns

void

Inherited from

Disposable.dispose

Defined in

packages/core/src/shared/lifecycle.ts:106 (opens in a new tab)


disposeWithMe()

disposeWithMe(disposable): IDisposable

Parameters

ParameterType
disposableDisposableLike

Returns

IDisposable

Inherited from

Disposable.disposeWithMe

Defined in

packages/core/src/shared/lifecycle.ts:96 (opens in a new tab)


ensureNotDisposed()

protected ensureNotDisposed(): void

Returns

void

Inherited from

Disposable.ensureNotDisposed

Defined in

packages/core/src/shared/lifecycle.ts:100 (opens in a new tab)


refRangeHandle()

refRangeHandle(
   config, 
   unitId, 
   subUnitId): {
  redos: redoMutations;
  undos: undoMutations;
 } | {
  redos: redoMutations;
  undos: undoMutations;
}

Parameters

ParameterType
configEffectRefRangeParams
unitIdstring
subUnitIdstring

Returns

{ redos: redoMutations; undos: undoMutations; } | { redos: redoMutations; undos: undoMutations; }

Defined in

packages/sheets/src/services/permission/range-permission/range-protection.ref-range.ts:139 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.