beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

StopPropagation Op



StopPropagation
Namespace: Ops.Html.Event

Op author: tim

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



Inputs

Execute (Trigger)

Only execute once per event

Event In (Object)

The event to stop

Outputs

Next (Trigger)

Triggers after event was stopped

Event Out (Object)

Same as Input Event


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using StopPropagation

  • Examples
  • Public
  • My Patches