Class GrapesJsValueChangedDomEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GrapesJs>
io.jmix.messagetemplatesflowui.kit.component.event.dom.GrapesJsValueChangedDomEvent
All Implemented Interfaces:
Serializable

@DomEvent("value-changed") public class GrapesJsValueChangedDomEvent extends com.vaadin.flow.component.ComponentEvent<GrapesJs>
The DOM event is fired at the moment of updating the GrapesJs template on the client-side.
See Also:
  • Field Details

    • value

      protected final String value
  • Constructor Details

    • GrapesJsValueChangedDomEvent

      public GrapesJsValueChangedDomEvent(GrapesJs source, boolean fromClient, @EventData("event.detail.value") String value)
  • Method Details

    • getValue

      public String getValue()
      Returns:
      updated GrapesJs template value