| 8 | * stopImmediatePropagation() to prevent ancestors' onClick from firing. |
| 9 | */ |
| 10 | export class ClickEvent extends Event { |
| 11 | /** 0-indexed screen column of the click */ |
| 12 | readonly col: number |
| 13 | /** 0-indexed screen row of the click */ |
nothing calls this directly
no outgoing calls
no test coverage detected