Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

method Event.stopPropagation

#Event.stopPropagation(): void

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

Return Type #

void