Class Svg.ClickEvent

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

@DomEvent("click") public static class Svg.ClickEvent extends Svg.Event
Represents a click event triggered by user interaction with an SVG component. This class provides metadata about the click event, including the coordinates of the mouse pointer, the id of the clicked element, and the tag name of the element that was clicked.

The event is generated in the context of an SVG component and is designed to handle client-side interactions such as mouse clicks.

Author:
Syam
See Also: