Skip to content

CellIcon

Defined in: src/core/document-model/types.ts:555

One resolved conditional-format icon: its CellIconShape, colour and fill level.

readonly colorHex: string

Defined in: src/core/document-model/types.ts:557


readonly optional fill?: object

Defined in: src/core/document-model/types.ts:562

Meter glyphs (bars / pie): how many of levels units are filled with colorHex; the rest are drawn in a neutral grey. Absent for single glyphs.

readonly filled: number

readonly levels: number


readonly shape: CellIconShape

Defined in: src/core/document-model/types.ts:556