ICellEventArgs
2 Oct 20251 minute to read
Specifies the event argument for the cell render event.
Properties
cancel boolean
Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.
cellColor string
Defines color of the cell that is currently rendered.
displayText string
Defines label of the cell that is currently rendered.
heatmap HeatMap
Defines the current HeatMap instance.
name string
Defines the name of the event.
value number|BubbleTooltipData[]
Defines value of the cell that is currently rendered.
xLabel string
Defines x-axis label of the cell that is currently rendered.
xValue string|number|Date
Defines x-axis value of the cell that is currently rendered.
yLabel string
Defines y-axis label of the cell that is currently rendered.
yValue string|number|Date
Defines y-axis value of the cell that is currently rendered.