hyTags
HomeHome DocumentationDocumentation

event-allow-propagation

Allows the event to propagate to parent elements.
Parameter
Type
Description
return
void
No return value.
Test Case:Allow propagation
    <div></div>
    
    <event-allow-propagation>
    <bool-true>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed