UniverConfig
Configuration for Univer to initialize
public class UniverConfig
Remarks
Holds the necessary configuration to initialize the Univer component, including version, language, and initialization settings.
Properties
Name | Type | Description | Default |
---|---|---|---|
Version | string | Univer’s version. | “0.5.5” |
Language | UniversLanguage | Univer’s language. | UniversLanguage.ENGLISH |
InitialConfig | UniverInit | Configuration object that is sent to Univer to initialize the component. | new UniverInit() |