dataEffect(block: (CustomEvent) => Unit) support for strongly typed Custom Events
Element.dataOn(..., (DataStarElement) => Unit )
Here dataOn translates HtmlFlow Element in a new DataStarElement, i.e. Input, TextArea, DIv, etc.... with the HTML attributes of that element
to emit in JavaScript String.
dataEffect(block: (CustomEvent) => Unit)support for strongly typed Custom EventsElement.dataOn(..., (DataStarElement) => Unit )Here dataOn translates HtmlFlow Element in a new DataStarElement, i.e. Input, TextArea, DIv, etc.... with the HTML attributes of that element
to emit in JavaScript String.