StopPropagation Op
Stop a JavaScript event (bubbling / capturing)
Summary (oneliner)
Prevents further propagation of the current event in the capturing and bubbling phases. See javascript.info – Bubbling and Capturing
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)
Only execute once per event
Event In (Object)
The event to stop
OUTPUT PORTS
Next (Trigger)
Triggers after event was stopped
Event Out (Object)
Same as Input Event