API Reference
@univerjs
@univerjs/core
interfaces
Icelldataforsheetinterceptor

@univerjs/core v0.4.2Docs


Interface: ICellDataForSheetInterceptor

Cell data

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
coverable?booleancan cell be covered when sibling is overflow-submodules/univer/packages/core/src/sheets/typedef.ts:283 (opens in a new tab)
custom?CustomDataUser stored custom fieldsICellData.customsubmodules/univer/packages/core/src/sheets/typedef.ts:255 (opens in a new tab)
customRender?Nullable<ICellCustomRender[]>--submodules/univer/packages/core/src/sheets/typedef.ts:277 (opens in a new tab)
dataValidation?Nullable<ICellValidationData>--submodules/univer/packages/core/src/sheets/typedef.ts:275 (opens in a new tab)
f?Nullable<string>Raw formula string. For example =SUM(A1:B4).ICellData.fsubmodules/univer/packages/core/src/sheets/typedef.ts:245 (opens in a new tab)
fontRenderExtension?{ downOffset: number; isSkip: boolean; leftOffset: number; rightOffset: number; topOffset: number; }--submodules/univer/packages/core/src/sheets/typedef.ts:286 (opens in a new tab)
fontRenderExtension.downOffset?number--submodules/univer/packages/core/src/sheets/typedef.ts:290 (opens in a new tab)
fontRenderExtension.isSkip?boolean--submodules/univer/packages/core/src/sheets/typedef.ts:291 (opens in a new tab)
fontRenderExtension.leftOffset?number--submodules/univer/packages/core/src/sheets/typedef.ts:287 (opens in a new tab)
fontRenderExtension.rightOffset?number--submodules/univer/packages/core/src/sheets/typedef.ts:288 (opens in a new tab)
fontRenderExtension.topOffset?number--submodules/univer/packages/core/src/sheets/typedef.ts:289 (opens in a new tab)
interceptorAutoHeight?() => undefined | number--submodules/univer/packages/core/src/sheets/typedef.ts:278 (opens in a new tab)
interceptorAutoWidth?() => undefined | number--submodules/univer/packages/core/src/sheets/typedef.ts:279 (opens in a new tab)
interceptorStyle?Nullable<IStyleData>--submodules/univer/packages/core/src/sheets/typedef.ts:273 (opens in a new tab)
isInArrayFormulaRange?Nullable<boolean>--submodules/univer/packages/core/src/sheets/typedef.ts:274 (opens in a new tab)
linkId?string--submodules/univer/packages/core/src/sheets/typedef.ts:285 (opens in a new tab)
linkUrl?string--submodules/univer/packages/core/src/sheets/typedef.ts:284 (opens in a new tab)
markers?ICellMarks--submodules/univer/packages/core/src/sheets/typedef.ts:276 (opens in a new tab)
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.psubmodules/univer/packages/core/src/sheets/typedef.ts:229 (opens in a new tab)
s?Nullable<string | IStyleData>style idICellData.ssubmodules/univer/packages/core/src/sheets/typedef.ts:232 (opens in a new tab)
si?Nullable<string>Id of the formula.ICellData.sisubmodules/univer/packages/core/src/sheets/typedef.ts:250 (opens in a new tab)
t?Nullable<CellValueType>-ICellData.tsubmodules/univer/packages/core/src/sheets/typedef.ts:240 (opens in a new tab)
v?Nullable<CellValue>Origin valueICellData.vsubmodules/univer/packages/core/src/sheets/typedef.ts:237 (opens in a new tab)

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