Search results

ICellClickEventArgs API in Vue HeatMap API component

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.

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.