@univerjs/engine-formula v0.5.0-beta.1 • Docs
Interface: IUniverEngineFormulaConfig
Properties
Property | Type | Description | Defined in |
---|---|---|---|
function? | [Ctor <BaseFunction >, IFunctionNames ][] | - | submodules/univer/packages/engine-formula/src/controller/config.schema.ts:27 |
intervalCount? | number | The 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 500 | submodules/univer/packages/engine-formula/src/controller/config.schema.ts:32 |
notExecuteFormula? | boolean | - | submodules/univer/packages/engine-formula/src/controller/config.schema.ts:26 |