ICellClickEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for the cell clicked event in the heatmap.
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.
cellElement Element
Defines current cell element on which click is performed.
event PointerEvent
Defines the pointer event for the click action.
hasRightClicked boolean
Specifies whether the right-click action has been performed. The default value is false. If a right-click is detected, the value is set to true.
heatmap HeatMap
Defines the current HeatMap instance.
name string
Defines the name of the event.
value number
Defines current value of the cell on which click is performed.
xLabel string
Defines x-axis label of the cell on which click is performed.
xValue string|number|Date
Defines x-axis value of the cell on which click is performed.
yLabel string
Defines y-axis label of the cell on which click is performed.
yValue string|number|Date
Defines y-axis value of the cell on which click is performed.