Vizzu / Modules / events / WheelEvent
Interface: WheelEvent
events.WheelEvent
Event for mouse wheel change.
Hierarchy
Properties
renderingContext
• Optional
renderingContext: CanvasRenderingContext2D
For drawing events the rendering context of the underlying canvas set up for drawing the element.
Inherited from
target
• target: null
| Element
The element of the chart the event triggered on.
Inherited from
Methods
preventDefault
▸ preventDefault(): void
If called, the default action of the event will be canceled.
Returns
void
Inherited from