bubbles property

bool get bubbles
inherited

The bubbles read-only property of the Event interface indicates whether the event bubbles up through the DOM tree or not.

Note: See Event bubbling and capture for more information on bubbling.

Implementation

external bool get bubbles;