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
OptionaleventInitDict: InputEventInit
Returns InputEvent
prototype: InputEvent