@univerjs/sheets-conditional-formatting v0.5.4


Interface: IIconSetCellData

Defined in: sheets-conditional-formatting/src/render/type.ts:38

Cell data

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
_originV?Nullable<CellValue>--sheets-conditional-formatting/src/render/type.ts:40
custom?CustomDataUser stored custom fieldsICellData.customcore/src/sheets/typedef.ts:269
f?Nullable<string>Raw formula string. For example =SUM(A1:B4).ICellData.fcore/src/sheets/typedef.ts:259
iconSet?IIconSetRenderParams--sheets-conditional-formatting/src/render/type.ts:39
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.pcore/src/sheets/typedef.ts:243
s?Nullable<string | IStyleData>style idICellData.score/src/sheets/typedef.ts:246
si?Nullable<string>Id of the formula.ICellData.sicore/src/sheets/typedef.ts:264
t?Nullable<CellValueType>-ICellData.tcore/src/sheets/typedef.ts:254
v?Nullable<CellValue>Origin valueICellData.vcore/src/sheets/typedef.ts:251