@univerjsengine-formulaindexclassesOtherformulamanagerservice

@univerjs/engine-formula v0.5.0-beta.1Docs


Class: OtherFormulaManagerService

Passively marked as dirty, register the reference and execution actions of the feature plugin. After execution, a dirty area and calculated data will be returned, causing the formula to be marked dirty again, thereby completing the calculation of the entire dependency tree.

Extends

Implements

Constructors

new OtherFormulaManagerService()

new OtherFormulaManagerService(): OtherFormulaManagerService

Returns

OtherFormulaManagerService

Inherited from

Disposable.constructor

Properties

PropertyModifierTypeDefault valueInherited fromDefined in
_disposedprotectedbooleanfalseDisposable._disposedsubmodules/univer/packages/core/src/shared/lifecycle.ts:93

Methods

batchRegister()

batchRegister(formulaData): void

Parameters

ParameterType
formulaDataIOtherFormulaData

Returns

void

Implementation of

IOtherFormulaManagerService.batchRegister

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:91


batchRemove()

batchRemove(formulaData): void

Parameters

ParameterType
formulaDataIDirtyUnitOtherFormulaMap

Returns

void

Implementation of

IOtherFormulaManagerService.batchRemove

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:119


dispose()

dispose(): void

Returns

void

Implementation of

IOtherFormulaManagerService.dispose

Overrides

Disposable.dispose

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:59


disposeWithMe()

disposeWithMe(disposable): IDisposable

Parameters

ParameterType
disposableDisposableLike

Returns

IDisposable

Inherited from

Disposable.disposeWithMe

Defined in

submodules/univer/packages/core/src/shared/lifecycle.ts:96


ensureNotDisposed()

protected ensureNotDisposed(): void

Returns

void

Inherited from

Disposable.ensureNotDisposed

Defined in

submodules/univer/packages/core/src/shared/lifecycle.ts:100


get()

get(searchParam): undefined | IOtherFormulaDataItem

Parameters

ParameterType
searchParamIOtherFormulaManagerSearchParam

Returns

undefined | IOtherFormulaDataItem

Implementation of

IOtherFormulaManagerService.get

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:68


getOtherFormulaData()

getOtherFormulaData(): IOtherFormulaData

Returns

IOtherFormulaData

Implementation of

IOtherFormulaManagerService.getOtherFormulaData

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:141


has()

has(searchParam): boolean

Parameters

ParameterType
searchParamIOtherFormulaManagerSearchParam

Returns

boolean

Implementation of

IOtherFormulaManagerService.has

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:73


register()

register(insertParam): void

Parameters

ParameterType
insertParamIOtherFormulaManagerInsertParam

Returns

void

Implementation of

IOtherFormulaManagerService.register

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:78


remove()

remove(searchParam): void

Parameters

ParameterType
searchParamIOtherFormulaManagerSearchParam

Returns

void

Implementation of

IOtherFormulaManagerService.remove

Defined in

submodules/univer/packages/engine-formula/src/services/other-formula-manager.service.ts:63