StopPropagation Op

StopPropagation

Stop a JavaScript event (bubbling / capturing)


<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
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches








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>


Patches using StopPropagation

  • Examples
  • Public
  • My Patches