* The type of this event. * @type {string}
()
| 9847 | * @type {string} |
| 9848 | */ |
| 9849 | get type() { |
| 9850 | return pd(this).event.type; |
| 9851 | }, |
| 9852 | /** |
| 9853 | * The target of this event. |
| 9854 | * @type {EventTarget} |
nothing calls this directly
no test coverage detected
searching dependent graphs…