* The target of this event. * @type {number}
()
| 9906 | * @type {number} |
| 9907 | */ |
| 9908 | get eventPhase() { |
| 9909 | return pd(this).eventPhase; |
| 9910 | }, |
| 9911 | /** |
| 9912 | * Stop event bubbling. |
| 9913 | * @returns {void} |
nothing calls this directly
no test coverage detected
searching dependent graphs…