Class Svg.MouseOutEvent

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

@DomEvent("mouseout") public static class Svg.MouseOutEvent extends Svg.Event
Represents an event triggered when the mouse pointer exits the boundaries of an SVG element.

This event is associated with the "mouseout" event at the DOM level and provides details about the source component and the targeted element. It is primarily used to handle mouse-out interactions on SVG elements within the application.

Author:
Syam
See Also: