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

Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.

Return Type

void
Back to top