API Reference
@univerjs
@univerjs/core
interfaces
Icelldataforsheetinterceptor

@univerjs/core v0.1.17Docs


Interface: ICellDataForSheetInterceptor

Cell data

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
coverable?booleancan cell be covered when sibling is overflow-submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:89 (opens in a new tab)
custom?Nullable<Record<string, any>>User stored custom fieldsICellData.customsubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:63 (opens in a new tab)
customRender?Nullable<ICellCustomRender[]>--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:84 (opens in a new tab)
dataValidation?Nullable<ICellValidationData>--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:82 (opens in a new tab)
f?Nullable<string>Raw formula string. For example =SUM(A1:B4).ICellData.fsubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:53 (opens in a new tab)
interceptorAutoHeight?number--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:85 (opens in a new tab)
interceptorStyle?Nullable<IStyleData>--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:80 (opens in a new tab)
isInArrayFormulaRange?Nullable<boolean>--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:81 (opens in a new tab)
markers?ICellMarks--submodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:83 (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/types/interfaces/i-cell-data.ts:37 (opens in a new tab)
s?Nullable<string | IStyleData>style idICellData.ssubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:40 (opens in a new tab)
si?Nullable<string>Id of the formula.ICellData.sisubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:58 (opens in a new tab)
t?Nullable<CellValueType>-ICellData.tsubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:48 (opens in a new tab)
v?Nullable<CellValue>Origin valueICellData.vsubmodules/univer/packages/core/src/types/interfaces/i-cell-data.ts:45 (opens in a new tab)

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