IResizeEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for the resize event in 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.
currentSize Size
Specifies the size of the heatmap after it gets resized.
heatmap HeatMap
Defines the current HeatMap instance.
name string
Defines the name of the event.
previousSize Size
Specifies the size of the heatmap before it gets resized.