API Reference
@univerjs
@univerjs/core
interfaces
Iworkbookdata

@univerjs/core v0.4.2Docs


Interface: IWorkbookData

Snapshot of a workbook.

Properties

PropertyTypeDescriptionDefined in
appVersionstringVersion of Univer model definition.submodules/univer/packages/core/src/sheets/typedef.ts:49 (opens in a new tab)
defaultStyle?string | Nullable<IStyleData>-submodules/univer/packages/core/src/sheets/typedef.ts:72 (opens in a new tab)
idstringId of the Univer Sheet.submodules/univer/packages/core/src/sheets/typedef.ts:33 (opens in a new tab)
localeLocaleTypeLocale of the document.submodules/univer/packages/core/src/sheets/typedef.ts:54 (opens in a new tab)
namestringName of the Univer Sheet.submodules/univer/packages/core/src/sheets/typedef.ts:44 (opens in a new tab)
resources?IResourcesResources of the Univer Sheet. It is used to store the data of other plugins.submodules/univer/packages/core/src/sheets/typedef.ts:77 (opens in a new tab)
sheetOrderstring[]Ids of IWorksheetDatas of this Univer Sheet in sequence order.submodules/univer/packages/core/src/sheets/typedef.ts:62 (opens in a new tab)
sheets{}Data of each IWorksheetData in this Univer Sheet.submodules/univer/packages/core/src/sheets/typedef.ts:67 (opens in a new tab)
stylesRecord<string, Nullable<IStyleData>>Style references.submodules/univer/packages/core/src/sheets/typedef.ts:59 (opens in a new tab)

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