| 38 | } |
| 39 | |
| 40 | export interface SubmitEventObject extends EventObject { |
| 41 | submitter: ElementObject; |
| 42 | } |
| 43 | |
| 44 | export interface InputEventObject extends UIEventObject { |
| 45 | data: string | null; |
nothing calls this directly
no outgoing calls
no test coverage detected