hyTags
HomeHome DocumentationDocumentation

selection-send-event

Dispatches an event on the selected element.
Parameter
Type
Description
name
String
Name of the event to dispatch
return
void
Void
Test Case:Send event to element
    <div></div>
    
    <selection-send-event name="click">
    
    👆 Try to change something!
  • Test succeeded Test failed