API Reference
@univerjs
@univerjs/sheets
interfaces
Iuniversheetsconfig

@univerjs/sheets v0.4.2Docs


Interface: IUniverSheetsConfig

Properties

PropertyTypeDescriptionDefined in
isRowStylePrecedeColumnStyle?booleanIf 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?trueOnly 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)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.