Interface: ICellDataForSheetInterceptor
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:294
Cell data
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
coverable? | boolean | can cell be covered when sibling is overflow | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:304 |
custom? | CustomData | User stored custom fields | ICellData .custom | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:269 |
customRender? | Nullable <ICellCustomRender []> | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:298 |
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:259 |
fontRenderExtension? | IFontRenderExtension | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:307 |
interceptorAutoHeight? | () => undefined | number | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:299 |
interceptorAutoWidth? | () => undefined | number | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:300 |
interceptorStyle? | Nullable <IStyleData > | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:295 |
isInArrayFormulaRange? | Nullable <boolean > | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:296 |
linkId? | string | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:306 |
linkUrl? | string | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:305 |
markers? | ICellMarks | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:297 |
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:243 |
s? | Nullable <string | IStyleData > | style id | ICellData .s | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:246 |
si? | Nullable <string > | Id of the formula. | ICellData .si | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:264 |
t? | Nullable <CellValueType > | - | ICellData .t | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:254 |
themeStyle? | Nullable <IStyleData > | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:309 |
v? | Nullable <CellValue > | Origin value | ICellData .v | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:251 |