* Cancel this event. * @returns {void}
()
| 9950 | * @returns {void} |
| 9951 | */ |
| 9952 | preventDefault() { |
| 9953 | setCancelFlag(pd(this)); |
| 9954 | }, |
| 9955 | /** |
| 9956 | * The flag to indicate cancellation state. |
| 9957 | * @type {boolean} |
nothing calls this directly
no test coverage detected
searching dependent graphs…