Skip to main content

stopPropagation

method Event.stopPropagation
Jump to headingEvent.stopPropagation(): void

When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.

Return Type Jump to heading

void
Back to top