* The flag to indicate cancellation state. * @type {boolean}
()
| 9957 | * @type {boolean} |
| 9958 | */ |
| 9959 | get defaultPrevented() { |
| 9960 | return pd(this).canceled; |
| 9961 | }, |
| 9962 | /** |
| 9963 | * The flag to be composed. |
| 9964 | * @type {boolean} |
nothing calls this directly
no test coverage detected
searching dependent graphs…