@univerjs-pro/engine-formula v0.5.4


Interface: IUniverEngineFormulaConfig

Defined in: submodules/univer/packages/engine-formula/src/controller/config.schema.ts:29

Properties

PropertyTypeDescriptionDefined in
function?[Ctor<BaseFunction>, IFunctionNames][]-submodules/univer/packages/engine-formula/src/controller/config.schema.ts:31
intervalCount?numberThe formula calculation quantity interval for waiting for the main thread message in the worker. Each time the formula calculates the intervalCount quantity, it will receive a main thread message to support stopping the calculation. Default is 500submodules/univer/packages/engine-formula/src/controller/config.schema.ts:36
notExecuteFormula?boolean-submodules/univer/packages/engine-formula/src/controller/config.schema.ts:30