@univerjs/engine-render v0.5.0-beta.1 • Docs
Interface: ITempCellData
Cell data
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
custom? | CustomData | User stored custom fields | ICellData .custom | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:255 |
f? | Nullable <string > | Raw formula string. For example =SUM(A1:B4) . | ICellData .f | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:245 |
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 .p | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:229 |
prefix | string [] | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/engine-render/src/basics/cell-data.ts:21 |
s? | Nullable <string | IStyleData > | style id | ICellData .s | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:232 |
si? | Nullable <string > | Id of the formula. | ICellData .si | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:250 |
style | IStyleData | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/engine-render/src/basics/cell-data.ts:20 |
t? | Nullable <CellValueType > | - | ICellData .t | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:240 |
v? | Nullable <CellValue > | Origin value | ICellData .v | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:237 |