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


Full Name
  • Ops.Html.Event.StopPropagation
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team








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


 

Patches using StopPropagation

  • Examples
  • Public
  • My Patches