All Implemented Interfaces:
Serializable

@DomEvent("tooltipopen") public class TooltipOpenEvent extends TooltipEvent
Event fired when a tooltip bound to a layer is opened.
See Also:
  • Constructor Details

    • TooltipOpenEvent

      public TooltipOpenEvent(LeafletMap source, boolean fromClient, @EventData("event.detail.target.options.uuid") String layerId)
      Creates a new tooltip open event.
      Parameters:
      source - the source component
      fromClient - true if the event originated on the client side
      layerId - the identifier of the layer the tooltip is bound to