Class RVCell

Represent a cell in the visualization data, includes. Used in some RevealView events like:

Index

Constructors

Properties

columnLabel: string | null

The label of the column this cell belongs to.

columnName: string | null

The name of the column this cell belongs to.

formattedValue: string | null

The formatted value of the cell.

value: any

The value of the cell.