Class ChartMouseDownEvent

All Implemented Interfaces:
Serializable

@DomEvent("jmix-chart:mousedown") public class ChartMouseDownEvent extends AbstractChartMouseEvent<ChartMouseDownEventDetail>
Event is fired after the user presses the click, regardless of whether releases it or not.
See Also:
  • Field Details

  • Constructor Details

    • ChartMouseDownEvent

      public ChartMouseDownEvent(JmixChart source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail, @EventData("event.detail.value") elemental.json.JsonValue value)