Class Svg.MouseOverEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Svg>
com.storedobject.vaadin.Svg.Event
com.storedobject.vaadin.Svg.MouseOverEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Svg

@DomEvent("mouseover") public static class Svg.MouseOverEvent extends Svg.Event
Represents a mouseover event triggered when the user moves the mouse pointer over an SVG element. This event is specific to interactions involving SVG components and captures details such as the coordinates of the mouse pointer and information about the target element.

This event class extends the base Event class and provides additional metadata required for handling mouseover interactions.

Author:
Syam
See Also: