Uses of Class
com.vaadin.flow.component.webcomponent.EventOptions
-
Packages that use EventOptions Package Description com.vaadin.flow.component.webcomponent -
-
Uses of EventOptions in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with parameters of type EventOptions Modifier and Type Method Description void
WebComponent. fireEvent(String eventName, elemental.json.JsonValue objectData, EventOptions options)
Fires a custom event on the client-side originating from the web component with custom event data.
-