@univerjs/engine-render v0.5.4


Interface: ITempCellData

Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/engine-render/src/basics/cell-data.ts:19

Cell data

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
custom?CustomDataUser stored custom fieldsICellData.custompackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:269
f?Nullable<string>Raw formula string. For example =SUM(A1:B4).ICellData.fpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:259
p?Nullable<IDocumentData>The unique key, a random string, is used for the plug-in to associate the cell. When the cell information changes, the plug-in does not need to change the data, reducing the pressure on the back-end interface id?: string.ICellData.ppackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:243
prefixstring[]--packages/api/tmp/univer-pro/submodules/univer/packages/engine-render/src/basics/cell-data.ts:21
s?Nullable<string | IStyleData>style idICellData.spackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:246
si?Nullable<string>Id of the formula.ICellData.sipackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:264
styleIStyleData--packages/api/tmp/univer-pro/submodules/univer/packages/engine-render/src/basics/cell-data.ts:20
t?Nullable<CellValueType>-ICellData.tpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:254
v?Nullable<CellValue>Origin valueICellData.vpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:251