Skip to main content
method Event.stopPropagation
private
Event.stopPropagation(): void
Deprecated

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

Return Type

void
Back to top