dart / 2 / dart-html / event / bubbling_phase-constant.html

BUBBLING_PHASE constant

int const BUBBLING_PHASE

This event is bubbling up through the target's ancestors.

Other resources

Implementation

static const int BUBBLING_PHASE = 3;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/Event/BUBBLING_PHASE-constant.html