StopPropagation Op
Stop a JavaScript event (bubbling / capturing)
Summary (oneliner)
<p>Prevents further propagation of the current event in the capturing and bubbling phases. See <a href="https://javascript.info/bubbling-and-capturing">javascript.info – Bubbling and Capturing</a></p>
Full Name
- Ops.Html.Event.StopPropagation
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Execute (Trigger)
<p>Only execute once per event</p>
Event In (Object)
<p>The event to stop</p>
OUTPUT PORTS
Next (Trigger)
<p>Triggers after event was stopped</p>
Event Out (Object)
<p>Same as Input Event</p>