bubbles property

bool bubbles

Indicates whether the Event bubbles up through the DOM or not.

See: developer.mozilla.org/en-US/docs/Web/API/Event/bubbles

Implementation

external bool get bubbles;