@univerjs/sheets v0.5.0-beta.1 • Docs
Interface: IUniverSheetsConfig
Properties
Property | Type | Description | Defined in |
---|---|---|---|
isRowStylePrecedeColumnStyle? | boolean | If the row style and column style be set both, and the row style should precede the column style or not. | submodules/univer/packages/sheets/src/controllers/config.schema.ts:34 |
notExecuteFormula? | boolean | - | submodules/univer/packages/sheets/src/controllers/config.schema.ts:24 |
onlyRegisterFormulaRelatedMutations? | true | Only register the mutations related to the formula calculation. Especially useful for the web worker environment or server-side-calculation. | submodules/univer/packages/sheets/src/controllers/config.schema.ts:30 |
override? | DependencyOverride | - | submodules/univer/packages/sheets/src/controllers/config.schema.ts:25 |