cancelPropagation

cancel propagation of this PointerEvent message

Note that cancellation is only a hint. Event listeners should check if MouseEvent.propagationCancelled is set to see if another listener already consumed the event.

See also