stop-event-propagation
Syntax
stop-event-propagation: true [every (time)] [after (time)];
This command stops further events running on the same element/node after the current event has finished.
If you have external event listeners, they will still bubble. See the stop-propagation command if you want to stop bubbling completely for a particular element.
References:
https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation