Class ChartMouseOutEvent

All Implemented Interfaces:
Serializable

@DomEvent("jmix-chart:mouseout") public class ChartMouseOutEvent extends AbstractChartMouseEvent<ChartMouseOutEventDetail>
Event is fired after the user moves the cursor out of the chart series element.
See Also:
  • Field Details

  • Constructor Details

    • ChartMouseOutEvent

      public ChartMouseOutEvent(JmixChart source, boolean fromClient, @EventData("event.detail") tools.jackson.databind.node.ObjectNode detail, @EventData("event.detail.value") tools.jackson.databind.JsonNode value)