Variable InputEvent
InputEvent: {
prototype: InputEvent;
new (type: string, eventInitDict?: InputEventInit): InputEvent;
}
prototype: InputEvent;
new (type: string, eventInitDict?: InputEventInit): InputEvent;
}
Type declaration
- new (type: string, eventInitDict?: InputEventInit): InputEvent
Parameters
- type: string
Optional
eventInitDict: InputEventInit
Returns InputEvent
prototype: InputEvent