* The flag to be composed. * @type {boolean}
()
| 9964 | * @type {boolean} |
| 9965 | */ |
| 9966 | get composed() { |
| 9967 | return Boolean(pd(this).event.composed); |
| 9968 | }, |
| 9969 | /** |
| 9970 | * The unix time of this event. |
| 9971 | * @type {number} |
nothing calls this directly
no test coverage detected
searching dependent graphs…