StopPropagation Op

StopPropagation

Stop a JavaScript event (bubbling / capturing)


Prevents further propagation of the current event in the capturing and bubbling phases.
See javascript.info – Bubbling and Capturing


Edit Documentation

Full Name
  • Ops.Html.Event.StopPropagation
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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


Patches using StopPropagation

  • Examples
  • Public
  • My Patches