@univerjs/sheets v0.4.2 • 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. | packages/sheets/src/controllers/config.schema.ts:34 (opens in a new tab) |
notExecuteFormula? | boolean | - | packages/sheets/src/controllers/config.schema.ts:24 (opens in a new tab) |
onlyRegisterFormulaRelatedMutations? | true | Only register the mutations related to the formula calculation. Especially useful for the web worker environment or server-side-calculation. | packages/sheets/src/controllers/config.schema.ts:30 (opens in a new tab) |
override? | DependencyOverride | - | packages/sheets/src/controllers/config.schema.ts:25 (opens in a new tab) |